<!DOCTYPE html>

<html>
<head>
	<title>Table align=center</title>
</head>

<body>

<table width="320" border="1" align="center">

<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>