class js.html.AnchorElement extends Element
Available on js
DOM anchor elements expose the HTMLAnchorElement (or HTML 4 HTMLAnchorElement
) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of hyperlink elements.
Documentation for this class was provided by MDN.
Instance Fields
Reflects the
hreflang
HTML attribute, indicating the language of the linked resource.Reflects the
rel
HTML attribute, specifying the relationship of the target object to the link object.Reflectst the
target
HTML attribute, indicating where to display the linked resource.