class js.html.HeadingElement extends Element

Available on js

DOM heading elements expose the HTMLHeadingElement (or HTML 4 HTMLHeadingElement) interface. In HTML 5, this interface inherits from HTMLElement, but defines no additional members, though in HTML 4 it introduces the deprecated align property.

Documentation for this class was provided by MDN.

Instance Fields

var align:String

Enumerated attribute indicating alignment of the heading with respect to the surrounding context.