HtmlElement
The HTMLHtmlElement
interface serves as the root node for a given HTML document. This object inherits the properties and methods described in the HTMLElement
interface.
Documentation HTMLHtmlElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
version: String
Is a DOMString
representing the version of the HTML Document Type Definition (DTD) that governs this document. This property should not be used any more as it is non-conforming. Simply omit it.