Click to return to the DHTML, HTML     
HR Object     HTML Comment Element     DHTML Objects    
Web Workshop  |  DHTML, HTML & CSS

HTML Element | HTML Object


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>


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.