<html>
<body>
<h1>This is a heading</h1>
<h2>This is a smaller heading</h2>
<h3>This is an even smaller heading</h3>
<p>This is a very basic page.</p>
<a href="http://www.google.com">Google</a>
<p>
<font size="10" face="arial" color="blue">
We can use different fonts and colors!
</font>
</p>
<p><b><i>Different formats!<i><b><p>
<table border="3">
<tr>
<td>This</td>
<td>Is</td>
</tr>
<tr>
<td>A</td>
<td>Table!</td>
</tr>
</table>
<img src="animate2.gif" alt="RandomGifAnimation"/>
</body>
</html>