All HTML element interfaces derive from this class. Elements that only expose the HTML core attributes are represented by the base HTMLElement interface.
Interface HTMLElement : Element {
attribute DOMString id;
attribute DOMString title;
attribute DOMString lang;
attribute DOMString dir;
attribute HTMLElement className;
}; Semantic Requirements
Attributes
If you have comments or suggestions, email me at mbrady@nist.gov