left up right
Linking to an Element in a Document

To link to an element in a document, the element must be identified using an id attribute

<p>You probably would like more information
about <a href="anchattr.htm#Access>the accesskey anchor attributes</a>
than we have explained to you so far.</p>

Would be displayed as:

You probably would like more information about the accesskey anchor attribute than we have explained to you so far.