HTMLDocument
The HTMLDocument
interface, which may be accessed through the Window.HTMLDocument
property, extends the Window.HTMLDocument
property to include methods and properties that are specific to HTML documents.
For the purposes of web development, you can generally think of HTMLDocument
as an alias for Document
, upon which HTMLDocument
is based. You can find documentation for the members of HTMLDocument
under the Document
interface.
Specifications
Specification |
---|
HTML Standard (HTML) # htmldocument |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
HTMLDocument |
1 |
12 |
1 |
4 |
≤12.1 |
1 |
1 |
18 |
4 |
≤12.1 |
1 |
1.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLDocument