class js.html.HeadElement extends Element
Available on jsThe DOM head element exposes the HTMLHeadElement (or
HTML 4 HTMLHeadElement) interface, which contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the element
section. In
HTML5, this interface inherits from HTMLElement, but defines no additional members.
Documentation for this class was provided by MDN.