Anchor |
|
|
An anchor is an HTML tag that marks a specific point in an HTML
document as either the source or destination of a hypertext link. This allows
you to create links from one hypertext document to another,
as well as to different sections within the same document. Anchors that point
to different places in the same document use the <A NAME> tag and
are frequently used to navigate a long document with many sections. Anchors that
point to other hypertext documents use the <A HREF> tag.
|