A:
Attributes


HREF

Gives the URI of the head anchor of a hyperlink.

Value(s)

CDATA

Default Value

#IMPLIED

METHODS

Specifies methods to be used in accessing the destination, as a whitespace-separated list of names. The set of applicable names is a function of the scheme of the URI in the HREF attribute. For similar reasons as for the TITLE attribute, it may be useful to include the information in advance in the link. For example, the HTML user agent may chose a different rendering as a function of the methods allowed; for example, something that is searchable may get a different icon.

Value(s)

NAMES

Default Value

#IMPLIED

NAME

Gives the name of the anchor, and makes it available as a head of a hyperlink.

Value(s)

CDATA

Default Value

#IMPLIED

REL

The REL attribute gives the relationship(s) described by the hyperlink. The value is a whitespace separated list of relationship names. The semantics of link relationships are not specified in this document.

Value(s)

NAMES

Default Value

#IMPLIED

REV

Same as the REL attribute, but the semantics of the relationship are in the reverse direction. A link from A to B with REL="X" expresses the same relationship as a link from B to A with REV="X". An anchor may have both REL and REV attributes.

Value(s)

NAMES

Default Value

#IMPLIED

SDAPREF

SDA/ICADD: Generated text prefix.

Value(s)

CDATA

Default Value

#FIXED = <Anchor: #AttList>

TITLE

Suggests a title for the destination resource -- advisory only. The TITLE attribute may be used:

Value(s)

CDATA

Default Value

#IMPLIED

URN

Specifies a preferred, more persistent identifier for the head anchor of the hyperlink. The syntax and semantics of the URN attribute are not yet specified.

Value(s)

CDATA

Default Value

#IMPLIED
Back to A


HTML 2.0 DTD