You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Hyperlinks">Hyperlinks

Summary  

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.

There are additional cases in which a hyperlink can open a drop-down menu of text hyperlinks that open a new window. This exception case applies to Header navigation links that are not part of the primary persistent navigation, for instance for tools or audience navigation that is secondary but appears in a global page module.

Code

Example (in use, with an interaction, in context)

 <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>

Example">Example

Related patterns ">Related patterns 

Header
Navigation
Tabs

Problem">Problem

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

Solution">Solution

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

Rationale">Rationale

  • No labels