Arquivos do bootcamp netuno
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.
 
 

23 lines
426 B

<html>
<head>
<meta charset="utf-8" />
<title>Animais em extinção</title>
</head>
<body>
<h1>Animais em extinção</h1>
<table border="1">
<thead>
<tr>
<th>Animais</th>
<th>Quantidade restante</th>
</tr>
</thead>
<tbody>
<tr>
<td>Baleia orca</td>
<td> 13</td>
</tr>
</tbody>
</table>
</body>
</html>