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