class DOM.HTMLElement


Table of contents
Modules
khtml Classes
All Classes
Module khtml
Namespace dom
Class DOM.HTMLElement
Inherits DOM.Element

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
  • Note: The style attribute for this interface is reserved for future usage.



    methods