This document provides an overview of hyperlinks, including:
- Hyperlinks allow pages to link to other documents, files, locations or sections using <a href> tags.
- Common hyperlink attributes include href, name, target. Sample codes demonstrate linking within pages, to external sites, emails, and files.
- Navigation should be clear and distinct. Common types include left, top, and tab navigation.
- Anchor tags <a name> identify locations on a page, while <a href> links to those locations from other parts of the page or other pages.
- Images, headings, and other elements can be made into hyperlinks by enclosing them in <a> tags