Interface HTMLHtmlElement

All Superinterfaces:
Element, HTMLElement, Node
All Known Implementing Classes:
HTMLHtmlElementImpl

public interface HTMLHtmlElement extends HTMLElement
Root of an HTML document. See the HTML element definition in HTML 4.01.

See also the Document Object Model (DOM) Level 2 HTML Specification.

  • Method Details

    • getVersion

      String getVersion()
      Version information about the document's DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
    • setVersion

      void setVersion(String version)
      Version information about the document's DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.