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.
 
 

50 lines
1.1 KiB

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Extin&ccedil&otildees</title>
<div class="header">
<a href="/">Home</a>
<a class="active" href="natureza/extincoes/extincoes.html">Extin&ccedil&otildees</a>
<a href="/natureza/parques/parques-naturais.html">Parques Naturais</a>
</div>
</head>
<body>
<table>
<thead>
<tr>
<th>Nome</th>
<th>Quantidade</th>
</tr>
</thead>
<tbody>
<tr>
<th>Baleia-azul</th>
<td>12000</td>
</tr>
<tr>
<th>On&ccedila-pintada</th>
<td>20000</td>
</tr>
<tr>
<th>Lobo-guar&aacute</th>
<td>24000</td>
</tr>
<tr>
<th>Mico-le&atildeo-dourado</th>
<td>15000</td>
</tr>
<tr>
<th>Panda-gigante</th>
<td>2537</td>
</tr>
</tbody>
</table>
</body>
<footer>
<div>
<strong>Copyright &copy 2023 Higor.</strong>
All rights reserved.
</div>
</footer>
</html>