This post links to simple tags that are frequently used to code html pages.
Bloggers use the link tags below to make it easier for users to navigate within long posts or to local files on the blog.
Go to the web page that the title points to for the complete online list.
- Basic Tags -
- <_a href="URL">
Creates a hyperlink
++++++++++++
- <_a href="mailto:EMAIL">
Creates a mailto link.
++++++++++++
- <_a name="NAME">
Creates a target location within a document.
++++++++++++
- <_a href="#NAME">
Links to that target location from elsewhere in the document.