You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
844 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Extinções</title>
</head>
<body>
<table width="100%" border="1">
<legend>Conheça o TOP 5 animais em extinção!</legend>
<thead>
<tr>
<th width="75%">Animal</th>
<th width="25%">Quantidade</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tigre-siberiando</td>
<td>360</td>
</tr>
<tr>
<td>Orangotango-de-sumatra</td>
<td>7300</td>
</tr>
<tr>
<td>Iguana Rosa de Galápagos</td>
<td>2000</td>
</tr>
<tr>
<td>Gato-maracajá</td>
<td>4700</td>
</tr>
<tr>
<td>Guaraba</td>
<td>14000</td>
</tr>
</tbody>
</table>
</body>
</html>