HTMLDocument
Represents an HTML document.
Gets a list of all elements in the document.
Gets a list of all of the anchors in the document.
Gets the body element.
Gets a value to indicate whether the document is rendered in Quirks mode (BackComp)
or Strict mode (CSS1Compat).
Gets or sets the document cookie.
Gets or sets the direction of the document.
Gets the domain portion of the origin of the current document.
Gets a list of the embedded OBJECTS within the current document.
Gets the forms in the document.
Gets or sets the head element.
Gets the images in the document.
Gets a collection of all AREA elements and anchor elements in a document with a value for the href attribute.
Gets the scripts in the document.
Gets or sets the title of the document.
Gets a string containing the URL of the current document.
Loads a HTML document from the given URL.
Loads a HTML document from the given URL.
Adopts a node from an external document. The node and its subtree is removed from
the document it's in (if any), and its OwnerDocument is changed to the current document.
Finishes writing to a document.
Returns a list of elements with a given name in the HTML document.
Loads the document content from the given URL.
Opens a document stream for writing.
Writes text to a document.
Writes a line of text to a document.