Interface

HTMLAnchorElement

HTMLAnchorElement

Hyperlink elements and provides special properties and methods (beyond those of the regular HTMLElement object interface that they inherit from) for manipulating the layout and presentation of such elements.

View Source js/lib.dom.d.ts, line 1994

Members

string

# charset

Sets or retrieves the character set used to encode the object.

View Source js/lib.dom.d.ts, line 1997

string

# coords

Sets or retrieves the coordinates of the object.

View Source js/lib.dom.d.ts, line 2002

string

# hreflang

Sets or retrieves the language code of the object.

View Source js/lib.dom.d.ts, line 2007

string

# name

Sets or retrieves the shape of the object.

View Source js/lib.dom.d.ts, line 2012

string

# rel

Sets or retrieves the relationship between the object and the destination of the link.

View Source js/lib.dom.d.ts, line 2017

string

# rev

Sets or retrieves the relationship between the object and the destination of the link.

View Source js/lib.dom.d.ts, line 2022

string

# shape

Sets or retrieves the shape of the object.

View Source js/lib.dom.d.ts, line 2027

string

# target

Sets or retrieves the window or frame at which to target content.

View Source js/lib.dom.d.ts, line 2032

string

# text

Retrieves or sets the text of the object as a string.

View Source js/lib.dom.d.ts, line 2037