| ★ wanayoo — archive 1999 http://www.msdn.microsoft.com/workshop/author/dhtml/reference/objects/html.asp | Nouvelle recherche | Portail wanayoo |
![]() |
![]() |
All Products | Support | Search | microsoft.com Home |
![]() | ||
| Home | Magazines | Libraries | Developer Centers | Resources | Downloads | Search MSDN | ||
|
||||||||||
| ||||||||||
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 top |
| Did you find this topic useful? Suggestions for other topics? Write us! |
| © 1999 Microsoft Corporation. All rights reserved. Terms of use. |