Contents Index Topic Contents | ||
Previous Topic: HR Next Topic: I |
HTML
Description
This element identifies the document as containing HTML elements. The begin tag typically appears after the !DOCTYPE element. The end tag comes after all HTML elements in the document.
Syntax
<HTML
TITLE=text
>
Parameter Description LANG=language Specifies which language to use in ISO standard language abbreviation form. TITLE= Used to provide advisory information. Remarks
Example
<HTML> <BODY> <P>This is an HTML document. </BODY> </HTML>Scripting Object
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.