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.
 
 

38 lines
709 B

<!DOCTYPE html>
<html>
<head>
<title>EXTINCOES</title>
</head>
<body>
<table cellspacing="5" cellpadding="10" border="2">
<thead>
<tr>
<th>Nome</th>
<th>Quantidade</th>
</tr>
</thead>
<tbody>
<tr>
<th>Baleia-azul</th>
<td>4</td>
</tr>
<tr>
<th>Onca-pintada</th>
<td>2</td>
</tr>
<tr>
<th>Lobo-guara</th>
<td>7</td>
</tr>
<tr>
<th>Mico-leao-dourado</th>
<td>1</td>
</tr>
<tr>
<th>Panda-gigante</th>
<td>9</td>
</tr>
</tbody>
</table>
</body>
</html>