<A> Anchor
Description
The anchor tag is used to denote anchors in the page, or as a hypertext link to a target anchor given by its URL. When the NAME attribute is used, the enclosed text or image automatically becomes an anchor and can be referenced by a hypertext link.
Syntax
<A [HREF=target URL] [NAME=name of anchor] [TARGET=target frame]>Description</A>