Easy Tutorial
❮ Met Canvas Quadraticcurveto Prop Html Innerhtml ❯

HTML DOM documentElement Property

Document Object

Example

Return the documentElement of the document:


Definition and Usage

The documentElement property returns the document element of a document as an element object.

For HTML documents, it returns the HTML element.

Note: If the HTML element is missing, it returns null.


Browser Support

All major browsers support the documentElement property.


Syntax

Technical Details

Return Value: The document element of the document, as an element object.
DOM Version Core Level 1 Document Object
--- ---

Document Object

❮ Met Canvas Quadraticcurveto Prop Html Innerhtml ❯