<!DOCTYPE html>

<html>
<head>
	<title>Simple Table Design</title>
</head>
<body>

<table border="1">

<tr>
<td><img src="elephant.jpg" width="312" height="234" alt="Elephant Baby"></td>
</tr>

<tr>
<td><font size="-1"><i>A baby elephant hanging out with its mom, aunts and greataunts, and maybe even its grandmother</i></font></td>
</tr>

</table>

</body>
</html>