All HTML element interfaces derive from this class. Elements that only
expose the HTML core attributes are represented by the base
HTMLElement
interface. These elements are as follows: HEAD
special: SUB, SUP, SPAN, BDO font: TT, I, B, U, S, STRIKE, BIG, SMALL
phrase: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ACRONYM, ABBR list:
DD, DT NOFRAMES, NOSCRIPT ADDRESS, CENTER The
style
attribute
of an HTML element is accessible through the
ElementCSSInlineStyle
interface which is defined in the .
See also the Document Object Model (DOM) Level 2 Specification.