docs.rodeo

MDN Web Docs mirror

HTMLLinkElement

{{ APIRef("HTML DOM") }} 

The HTMLLinkElement interface represents reference information for external resources and the relationship of those resources to a document and vice versa (corresponds to <link> element; not to be confused with <a>, which is represented by HTMLAnchorElement). This object inherits all of the properties and methods of the {{domxref("HTMLElement")}}  interface.

{{InheritanceDiagram}} 

Instance properties

Inherits properties from its parent, {{domxref("HTMLElement")}} .

Obsolete properties

Instance methods

No specific method; inherits methods from its parent, {{domxref("HTMLElement")}} .

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN