class LinkElement
package js.html
extends Element › DOMElement › Node › EventTarget
Available on HTML5
The HTMLLinkElement
interface represents reference information for external resources and the relationship of those resources to a document and vice-versa. This object inherits all of the properties and methods of the HTMLElement
interface.
Documentation HTMLLinkElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Variables
Is a DOMString
that corresponds to the CORS setting for this link element. See CORS settings attributes for details.
Is a Boolean
which represents whether the link is disabled; currently only used with style sheet links.
Is a DOMString
representing the forward relationship of the linked resource from the document to the resource.
read onlyrelList:DOMTokenList
Is a DOMTokenList
that reflects the rel
HTML attribute, as a list of tokens.
Is a DOMString
representing the reverse relationship of the linked resource from the resource to the document.
read onlysizes:DOMTokenList
Is a DOMSettableTokenList
that reflects the sizes
HTML attribute, as a list of tokens.