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.
 
 

39 lines
729 B

<!DOCTYPE html>
<html>
<head>
<title>EXTINCOES</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table>
<thead>
<tr>
<th>Nome</th>
<th>Quantidade</th>
</tr>
</thead>
<tbody>
<tr>
<th>Baleia-azul</th>
<td>4</td>
</tr>
<tr>
<th>On&ccedila-pintada</th>
<td>2</td>
</tr>
<tr>
<th>Lobo-guar&aacute</th>
<td>7</td>
</tr>
<tr>
<th>Mico-le&atildeo-dourado</th>
<td>1</td>
</tr>
<tr>
<th>Panda-gigante</th>
<td>9</td>
</tr>
</tbody>
</table>
</body>
</html>