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.
 
 

51 lines
979 B

<DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/estilo.css">
</head>
<body>
<div>
<h1>Tabela de animais e sua quantidade</h1>
</div>
<table>
<thead>
<tr>
<th>ANIMAIS</th>
<th>QUANTIDADE</th>
</tr>
</thead>
<tbody>
<tr>
<th>On&ccedil;a-pintada</th>
<td>10000</td>
</tr>
<tr>
<th>lobo-guar&aacute; </th>
<td>50</td>
</tr>
<tr>
<th>Panda</th>
<td>2500</td>
</tr>
<tr>
<th>arara-azul-de-lear</th>
<td>1200</td>
</tr>
<tr>
<th>Peixe-boi-marinho</th>
<td>500</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<br>
<br>
<iframe src="salvar.html" name="meu-iframe" width="500" height="800">Salvo com sucesso</iframe>
</body>
</html>