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.