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.
 
 

49 lines
1.2 KiB

<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Parques Naturais</title>
<div class="header">
<a href="/">Home</a>
<a href="/natureza/extincoes/extincoes.html">Extin&ccedil&otildees</a>
<a class="active" href="natureza/parques/parques-naturais.html">Parques Naturais</a>
</div>
</head>
<body>
<table>
<thead>
<tr>
<th>Nome</th>
<th>&Aacuterea em km2</th>
</tr>
</thead>
<tbody>
<tr>
<th>Parque Nacional da Chapada Diamantina</th>
<td>1520</td>
</tr>
<tr>
<th>Parque Nacional Montanhas de Tumucumaque</th>
<td>38874</td>
</tr>
<tr>
<th>Parque Nacional da Tijuca</th>
<td>39,58</td>
</tr>
<tr>
<th>Parque Nacional dos Len&ccedil&oacuteis Maranhenses</th>
<td>1566,84</td>
</tr>
<tr>
<th>Parque Nacional da Chapada dos Veadeiros</th>
<td>2405,9</td>
</tr>
</tbody>
</table>
</body>
<footer>
<div>
<strong>Copyright &copy 2023 Higor.</strong>
All rights reserved.
</div>
</footer>
</html>