Contents Index Topic Contents | ||
Previous Topic: referrer Next Topic: returnValue |
rel
Description
Specifies the relationship(s) described by the hypertext link from the anchor to the target.
Syntax
object.rel[ = rel]
Remarks
The value is a comma-separated list of relationship values. Values and their semantics will be registered by the HTML registration authority. The default relationship, if none other is given, is void. The rel property is used only when the href property is present.
This property has read-write permissions, meaning you can change as well as retrieve its current value.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.