The structure of a HTML document is as following:
<! DOCTYPE …>
<HTML>
<HEAD>
...................
</HEAD>
<BODY>
...................
</BODY>
</HTML>
The structure of a HTML document is as following:
<! DOCTYPE …>
<HTML>
<HEAD>
...................
</HEAD>
<BODY>
...................
</BODY>
</HTML>