hreflang=language
Specify the Specify the language encoding for the target.
name=string
Specify the name of a fragment identifier (required if not a hypertext reference anchor).
<A NAME="anchor-name">
rel=relationship
Indicate the relationship from this document to the target.
rev=relationship
Indicates the reverse relationship of the target to this document.
shape=shape
Define the region's shape to be circ, circle, poly, polygon, rect or rectangle.
tabindex=value
Define the position of this anchor in the document's tabbing order.
target=name
Define the name of the frame or window to recieve the referenced document.
_blank
Will cause the link to be loaded into a new blank window.
_self
Will cause the link to be loaded into the same window the link was in.
_parent
Will cause the link to be loaded into the parent of this document.
_top
Will cause the link to be loaded into the full body of this window.
type=type
Specify the MIME type of the target.
Example:
To create an anchor named info at some point in a document called info.html, use the <a> tage with the name attribute:
<a name="info">Information</a>
To provide a hyperlink to that point in info.html, use the <a> tag with the href attribute appending to the anchor name to the filename using a hashmark (#):