<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.
Example
<HTML>
<BODY>
<P>This is an HTML document.
</BODY>
</HTML>