You are on page 1of 1

<html>

<head>
<title> MI PRIMERA VEZ </title>
</head>
<body bgcolor="#00FFBF">
<table width="100%" border="5" cellspacing="2" bgcolor="#31B404"
bordercolor="#6E6E6E" align="center">
<caption> GESTACION </caption>
<tr>
<th scope="col"> Especie </th>
<th> Dias </th>
<th> Meses </th>
<th> A�os </th>
</tr>
<tr>
<th> Hombre </th>
<td> 270 </td>
<td> 9 </td>
<td> 0 </td>
</tr>
<tr>
<th> Elefante </th>
<td> 660 </td>
<td> 22 </td>
<td> 1 a�o y 10 meses </td>
</tr>
</table>
</body>
</html>

You might also like