Forum Moderators: mack
<h1 id="top"></h1> <a href="top">Back to Top</a> Remember, you can only use one instance of the named id on a page. So, if you needed two id="top", you'll need to come up with a second id name so they are unique and only used once on a page.
(located at top)
<a href= "index.html" name= "top">Home</a>
(further down)
<a href= "#top">top of document</a>
(further down)
<a href= "#top">top of document</a>
(further down)
<a href= "#top">top of document</a>