<!DOCTYPE html>
<html>
<head>
<title>Adding border color</title>
</head>
<body>
<table width="320" border="4" bordercolorlight="#00ff00" bordercolordark="#189234">
<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>