Tell a Friend About Our Cool Software

When you have a long Web page, it's a good idea to include some links that let the user return to the top of the document with a single click. First, place an anchor named top at the start of the document:
<a name="top"></a>
Then, place hyperlinks like this one at the desired locations in the document:
<a href="#top">Return to top</a>