HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document.
Documentation HTMLDocument by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
Methods
inlinecreateTableCaptionElement():TableCaptionElement
Shorthand for creating an HTML <caption> element.
inlinecreateTableSectionElement():TableSectionElement
Shorthand for creating an HTML <thead> element.