class js.html.HeadElement extends Element

Available on js

The 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.

Instance Fields

var profile:String

The URIs of one or more metadata profiles (white space separated).

Deprecated since Gecko 2.0Obsolete since Gecko 7.0