Anchor : HTMLElement

A target for a hyperlink.

Browser/User Agent Support

IEMozillaNetscapeOperaSafari
3.0+1.0+2.0+7.0+1.0+

Constructors

ConstructorIEMozillaNetscapeOperaSafari
Creates a new instance of an Anchor.
3.0+1.0+2.0+7.0+1.0+
 

Properties

PropertyIEMozillaNetscapeOperaSafari
Name of the anchor.
3.0+1.0+4.0+7.0+1.0+
 
Text of the anchor.
nono4.0+7.0+no
 

References

anchors[] property of the Document object | Link | HTMLAnchorElement

Availability

JavaScript 1.2 | W3C

Constructor Detail

Anchor Anchor()

Creates a new instance of an Anchor.

Visibility
internal

Property Detail

String name

Name of the anchor.

Availability

W3C

String text

Text of the anchor.