Browse Source

Subindo top 5 de animais em extições

master
Dgley Ramos 3 years ago
parent
commit
49e7268868
1 changed files with 40 additions and 0 deletions
  1. +40
    -0
      extincoes.html

+ 40
- 0
extincoes.html View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Extinções</title>
</head>
<body>
<table width="100%" border="1">
<legend>Conheça o TOP 5 animais em extinção!</legend>
<thead>
<tr>
<th width="75%">Animal</th>
<th width="25%">Quantidade</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tigre-siberiando</td>
<td>360</td>
</tr>
<tr>
<td>Orangotango-de-sumatra</td>
<td>7300</td>
</tr>
<tr>
<td>Iguana Rosa de Galápagos</td>
<td>2000</td>
</tr>
<tr>
<td>Gato-maracajá</td>
<td>4700</td>
</tr>
<tr>
<td>Guaraba</td>
<td>14000</td>
</tr>
</tbody>
</table>
</body>
</html>

Loading…
Cancel
Save