sample html four

SAMPLE HTML FOUR
<HTML>
<HEAD>
<title> Animal Photos </title>
<META name="KEYWORDS" content= Animals, Pictures, Funny">
<META name="Description" content= funny looking animals">
</HEAD>
<BODY BGCOLOR = "Gold">
<H1> FUNNY ANIMALS </H1>
<table border= "0" width= "750" height="300" cellspacing="5" cellpadding="5">
<tr><td colspan = "3"><h1><center>Photos of Animals I like By Gary Turnbull
</center></h1></td></tr>
<tr>
<TD> <a href=http://animalia-life.com/data_images/chihuahua/chihuahua3.jpg>
<img src="Chihuahua1.jpg" width="400" height="400"></a>
</TD>
<TD> <a href=http://www.newswise.com/images/uploads/2009/03/04/fullsize/P1010016.jpg>
<img src="nakedmolerat.jpg" width="400" height="400"></a>
</TD>
<TD> <a href=https://s-media-cacheak0.pinimg.com/736x/29/77/c8/2977c8279fc284bccc5a7de6ba3ec3c4.jpg>
<img src="blobfish1.jpg" width="400" height="400"></a>
</TD>
<tr> <td> This is a funny picture of a Chihuahua </td>
<td> This is the ugliest land animal I could find, the Naked Mole Rat </td>
<td> This is a picture of the ugliest sea creature I could find, the Blobfish </td></tr>
<tr> <td> </td> <td> </td> <td> </td></tr>
<tr> <td> </td>
<td> <OL>
<LI> I have two chihuahua's and they're very nice animals
<LI> I have watched numerous documentaries on the naked mole rat
<LI> The blobfish makes one of the funniest faces in the world</td>
</OL>
<td> </td></tr>
</table>
</body>
</HTML>