Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Hyperlinks

Hyperlinks are used within content areas as well as in the Header and Footer for items that are not part of the primary navigation of the site. Any link that navigates users to a new page should use a text hyperlink.

...

Code Block
 <div>
                <a id="favorites_link" rel="tooltip" title="Click to show favorites">Favorites</a>
                <span>|</span>
                <a id="messages_link" rel="tooltip" title="View Messages">Messages</a>
                <span>|</span>
                <a id="settings_link" rel="tooltip" title="View and Change User Preferences">Settings</a>
            </div>

Header
Navigation
Tabs

Users need a way to navigate across pages in the application.

Hyperlinks are a way to navigate to a new page when users are not submitting form data.