HTMLHeadingElement Interface


The HTMLHeadingElement Interface is used for elements H1 thru H6.
IDL Definition

Interface HTMLHeadingElement : HTMLElement {

           attribute  DOMString                  align;
};

Semantic Requirements

  1. The align attribute is the horizontal text alignment.

If you have comments or suggestions, email me at mbrady@nist.gov