<A ...>
<A NAME="...">
HREF = "URL"
HREF indicates the URL being linked to. HREF makes the anchor into a link. So, for example, this tag creates a link to resumepage.html:
HREF
resumepage.html
<A HREF="resumepage.html">my resume</A>
which gives us this link:
my resume