HTML

<HTML
TITLE=text
LANG=string
>

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.

LANG=
Specifies which language to use in ISO standard language abbreviation form.
TITLE=
The Title attribute is used to provide advisory information.

Example

<HTML>

<BODY>

<P>This is an HTML document.

</BODY>

</HTML>

Ayuda de Html para Javascripts.astalaweb.com.