A specific location within a file can be specified as a target for
links by using the anchor tag with the attribute name
.
For example, the code
<a name=section2>Cats</a>
could be used to define an anchor at the beginning of Section 2 within
the file gods.html
.
A link directly to that section could then be defined as
<a href=gods.html#section2>link</a>
(valid except for
embed
element)
Last modified: Sat, 2007 Mar 10 15:45:22
Slide show generated from html.html by Weasel 2007 Mar 10