Summary
This hour has shown you two uses for the <a> tag not covered in Hour 3 You even learned how to protect your email address from spammers. The hour concluded by showing you how to link to Wikipedia encyclopedia topics from your own pages. Table 6.1 summarizes the two attributes of the <a> tag discussed in this hour.
Table 6.1. HTML Tags and Attributes Covered in Hour 6Tag/Attribute | Function |
|---|
<a>…</a> | With the hrefname attribute, creates an anchor that can be linked to. |
Attributes |
|---|
href="address" | The address of the document or anchor point to which to link. | id="name" | The name for this anchor point in the document. |
|