Edit in JSFiddle


              
<body bgcolor="#000000">
<center>
<table width="650" border="1" bordercolor="#666666" cellpadding="10" cellspacing="0">
<tr>
<td bgcolor="#999999">
<font face="Arial, Helvetica, sans-serif" size="5" color="#ffffff">
<h1>The HTML Magic began </h1>
</font>
</td>
</tr>
<tr>
<td bgcolor="#EFEFEF">
<font face="Arial, Helvetica, sans-serif" size="4" color="#000066">
<h2>This is a simple HTML document with STYLE</h2>
</font>
<font face="Arial, Helvetica, sans-serif" size="2" color="#333333">
<p>This is first paragraph</p>
<p>This is second Paragraph.</p>
</font>
</td>
</tr>
</table>
</center>
</body>