class DOM.HTMLAnchorElement |
|
|
The anchor element. See the A element definition in HTML 4.0.
|
|
|
|
|
|
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.
|
|
Removes keyboard focus from this element. Returns
|
|
The character encoding of the linked resource. See the charset attribute definition in HTML 4.0.
|
|
Comma-separated list of lengths, defining an active region geometry. See also shape for the shape of the region. See the coords attribute definition in HTML 4.0.
|
|
Gives keyboard focus to this element. Returns
|
|
The URI of the linked resource. See the href attribute definition in HTML 4.0.
|
|
Language code of the linked resource. See the hreflang attribute definition in HTML 4.0.
|
|
Anchor name. See the name attribute definition in HTML 4.0.
|
|
Forward link type. See the rel attribute definition in HTML 4.0.
|
|
Reverse link type. See the rev attribute definition in HTML 4.0.
|
|
see accessKey |
|
see charset |
|
see coords |
|
see href |
|
see hreflang |
|
see name |
|
see rel |
|
see rev |
|
see shape |
|
see tabIndex |
|
see target |
|
see type |
|
The shape of the active area. The coordinates are given by coords . See the shape attribute definition in HTML 4.0.
|
|
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.
|
|
Frame to render the resource in. See the target attribute definition in HTML 4.0.
|
|
Advisory content type. See the type attribute definition in HTML 4.0.
|