Intro to HTML - 0070

Menu Back Next
HTML Tags! - Creating Internal Links with a Document

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 Document

MIDDLE BOTTOM Text and information that would be showing near the TOP of the Document. <A NAME="MIDDLE">...</A>
This is the Middle of the Document

TOP BOTTOM Text and information that would be showing near the MIDDLE of the Document. <A NAME="BOTTOM">...</A>
This is the Bottom of the Document

TOP MIDDLE Text and information that would be showing near the BOTTOM of the Document.