<html>
<head>
<title>Website Title</title>
</head>
<td><center><body bgcolor="white" text="black">
<center><h1>Website Title</h1></center>
<center><h3> by </h3></center>
<center><h2>Name</h2></center> <table width="95%">
<tr>
<td><center>
<img src="image1.jpg" width="400" height="300" vspace="15" alt="image1" >
</center>
<br>
</td>
</tr>
<tr>
<td>
<p align="justify"> Description of the animal shown in image1 goes here.
<br>
<br>
</td>
</tr>
<tr>
<td><center>
<img src="image2.jpg" width="400" height="300" vspace="15" alt="image1" >
</center>
<br>
</td>
<tr>
<td>
<p align="justify"> Description of the animal shown in image2 goes here.
<br>
<br>
</td>
</tr>
<tr>
<td><center>
<img src="image3.jpg" width="400" height="300" vspace="15" alt="image1" >
</center>
<br>
</td>
</tr> <tr>
<td>
<p align="justify"> Description of the animal shown in image3 goes here.
<br>
<br>
</td>
</tr> </table>
</body>
</html>