<HTML>
HTML
Description
This is the outermost tag and is used to tell browsers that the document is an HTML document. The
<!DOCTYPE>
tag is placed outside this tag.
Syntax
<HTML [
VERSION
=
version number
]>
Document content
</HTML>