★ wanayoo — archive 1999 http://www.msdn.microsoft.com/workshop/author/dhtml/reference/objects/html.aspNouvelle recherche | Portail wanayoo
MSDN Online Web Workshop   All Products  |   Support  |   Search  |   microsoft.com Home  
microsoft.com Home
  Home  |   Magazines  |   Libraries  |   Developer Centers  |   Resources  |   Downloads  |   Search MSDN
 
HTML Comment Element     I Element | I Object     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>