What are web pages if you cant surf, and how can you surf the internet if pages have no links.
Links allow you to jump from one page to another, or to another site. Links should also be used to break up sites into sections, with links between each, preventing any one page from having too much information or too many images.
- Basic Link -
<a href="url">link text</a> - blah
- Link to a Bookmark -
<a href="#bookmarkname"> - blah
- Target Window -
<a ... target="?"></a> - blah
- Image as a Link -
<a href="url"><img ...></a> - blah
- Email (mailto) Link -
<a href="mailto:email"></a> - blah