Identifies the document as containing HTML elements.
HTML Syntax
<HTML TITLE=text >
Remarks
By default, the document object is the parent of the HTML element.
The HTML element requires a closing tag.
This element is available in HTML as of Microsoft® Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
Members
Styles
Example
This example uses the HTML element to identify the document as an HTML document.
<HTML> <BODY> <P>This is an HTML document.</P> </BODY> </HTML>