HTML STRUCTURE

The structure of a HTML document is as following:

<! DOCTYPE …> 
<HTML>
 <HEAD>
 ...................
 </HEAD>
 <BODY>
 ...................
</BODY>
</HTML>