
Next you need to establish some References to these NAME links.
<A HREF="#NAME">...</A>
<A NAME="TOP">This is the Top of the Document</A><A HREF="#MIDDLE">MIDDLE</A>
<A HREF="#BOTTOM">BOTTOM</A>
Notice how the Text Line is Underlined and in BLUE which implies a link to another location (internal or external)! Text and information that would be showing near the TOP of the Document. <A NAME="MIDDLE">This is the Middle of the Document</A><A HREF="#TOP">TOP</A>
<A HREF="#BOTTOM">BOTTOM</A>
Notice how the Text Line is Underlined and in BLUE which implies a link to another location (internal or external)! Text and information that would be showing near the MIDDLE of the Document. <A NAME="BOTTOM">This is the Bottom of the Document</A><A HREF="#TOP">TOP</A>
<A HREF="#MIDDLE">MIDDLE</A>
Notice how the Text Line is Underlined and in BLUE which implies a link to another location (internal or external)! Text and information that would be showing near the BOTTOM of the Document.