Back to Content

HTMLHeadElement

files/en-us/web/api/htmlheadelement/index.md

latest645 B
Original Source

{{APIRef("HTML DOM")}}

The HTMLHeadElement interface contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the {{domxref("HTMLElement")}} interface.

{{InheritanceDiagram}}

Instance properties

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

Instance methods

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • The HTML element implementing this interface: {{HTMLElement("head")}}