Should any of your Web pages be more than 2 or 3 screens long, you should consider adding "LINKS" to various spots within your document. In addition, there should also be the ability to jump forward as well as backwards.
How do you do this?...<A>..link..</A> TAG! Referred to as ANCHORS.
First you need to establish some NAME links within your document.
<A NAME="TOP">...</A>
This is the Top of the DocumentMIDDLE BOTTOM Text and information that would be showing near the TOP of the Document. <A NAME="MIDDLE">...</A>
This is the Middle of the DocumentTOP BOTTOM Text and information that would be showing near the MIDDLE of the Document. <A NAME="BOTTOM">...</A>
This is the Bottom of the DocumentTOP MIDDLE Text and information that would be showing near the BOTTOM of the Document.