What are the required elements for a simple HTML document?

Answer:
Here is a simple HTML website:

<HTML>
<title>My first website<title>
<body>
<body bgcolor=0033FF>
<font color=00CCFF>
<h1>My website</h1>
</font>
</body>

</HTML>
First answer by Gamerhq. Last edit by Gamerhq. Contributor trust: 0 [recommend contributor recommended]. Question popularity: 1 [recommend question].