HTMLDOMImplementation
DOMImplementation
See also the Document Object Model (DOM) Level 2 Specification.
Creates an HTMLDocument object with the minimal tree made of the following elements: HTML , HEAD , TITLE , and BODY .paramtitle The title of the document to be set as the content of the TITLE element, through a child Text node.returnA new HTMLDocument object.
HTMLDocument
HTML
HEAD
TITLE
BODY
Text