Web Design - Web Authoring / Intermediate HTML: Hyperlinks

Sections:  Introduction  |  Section 1  |  Section 2  |  Section 3
Section One:  Part A  |  Part B  |  Part C  |  Part D  |  Part E  |  Part F  |  Part G  |  Part H   |  Part I  |  Part J  |  Part K  |  Part L  |  Part M

The Title Attribute

The title="" Attribute

In a previous section, you learned that some HTML tags provide information to web page visitors using assistive technologies to view web pages. In its most basic form the <a></a> tag doesn't offer much information to visitors using assistive technology. In fact, a basic link created with the <a></a> tags and an appropriately formatted href="" attribute would simply tell the visitor that there is a link on the page, but it would not explain anything else about the link.

To provide additional link information to visitors, web designers / web authors add the title="" attribute to the <a></a> tag. The value of the title="" attribute is text. The goal of the text is to provide additional information about the link. When the title="" attribute is added to the <a></a> tag a small informational box, with the text listed, opens over the link in question.

Let's See it in Action icon. Let’s See it in Action: Adding the title="" Attribute

yamaha link

NextNext

© 2008 KCDL. All rights reserved.