You can also create links to specific places within your own web page. This makes it easy to jump directly to the part of your page they are interested in. First you will need to put anchors in your page in places people may want to jump to. An anchor looks like this:
<A NAME="name"></A>
Your anchor name should not include any spaces! Links to an anchor look very much like links to other web pages:
<A HREF="#name"> link text </A>
You must use the "#" symbol. Do not put any spaces before or after it.
Create at least three anchors within your web page in places you would like to allow people to visit directly. Create links at the top of your web page which jump to those anchors.