Sample HTML Code for Linking Within a Page
To make an anchor, use this syntax:
<a name='label'>Related, visible text here (optional).</a>
To jump to the label you made, use this syntax:
<a href='#label'>Jump link text here.</a>
To return to the top of the page, use the #top label:
<a href='#top'>Jump link text here.</a>
To link to a specific part of another webpage, use this syntax:
<a href='http://www.yourwebpage.com/#label'>Hyperlink text here</a>