|
Anchor tags are used to define a URL for a link or to mark a location within
a given document to be used as a link elsewhere.
The syntax of this tags is as follows:
<A
HREF="URL"
NAME="Text"
REL=["next"|"previous"|"parent"|"made"]
REV=["next"|"previous"|"parent"|"made"]
>
|