Title Bar

A navigational component which can display the current screen the user is on, along with additional controls or menu items.

Title Bar
Left Link Right Link

Basic HTML

You can create a title bar with this basic HTML. Title bars can have left-, right-, and center-aligned sections. You can use one, two, or all three of them in any combination.

Left Right

Center
Left Right

Center Right
Left Site Name Right Link

Center
Left Right

Center Right

Note that in the above examples, the center section is always written first in the HTML, even though it's in the middle. When creating the three sections, always put the HTML tags for them in this order: center, left, then right.