Provides interfaces for DOM Level 2 HTML Specification.
-
An HTMLCollection
is a list of nodes.
An HTMLDocument
is the root of the HTML hierarchy and holds
the entire content.
All HTML element interfaces derive from this class.
The FORM
element encompasses behavior similar to a collection
and an element.
Table caption See the CAPTION element definition in HTML 4.0.
The THEAD
, TFOOT
, and TBODY
elements.