First page Back Continue Last page Graphics
Internal Links (cont.)
To point users to a designated spot in another document, you first need to determine that there is an
<a name="whatever"> tag in that spot. Then you would create your link:
<a href="http://www.someplace.com/sample.html#specficspot">
Go to that location.</a>
Internal links are a great way of creating tables of contents for long or complicated documents.
Example: http://www.stanford.edu/group/csp/cs03/calibration.html
(look for the "ref1" - "ref5" and "Return to Text" links)