HTML Element | HTML Object

MS Office DHTML, HTML & CSS

 
Click to return to the DHTML, HTML & CSS home page    
HR Object     HTML Comment Element     DHTML Objects    

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!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.