Reference links
Reference links on a page and between two pages.
Nowdays we do use id="" instead of the old fashioned name=""
On the same page.
Link to There
<a href="#1">[1]</a><a id="1b"></a>
There, and link back from There
<a id="1"></a>[1] bla-bla <a href="#1b">back</a>
Between two pages.
Anchor and link to another page
<a id="boo">The Boo</a>
<a href="another-file.html">more about Boo</a>
Back to the same place on the first page.
<a href="foo-boo-doo.html#boo">back to Boo</a>
2008
Web Development - XHTML CSS JavaScript jQuery.