class HTMLElement


Module khtml
Namespace DOM
Class 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