As tabelas organizam dados em linhas e colunas.
<table border="1">
<tr>
<th>Nome</th>
<th>Idade</th>
</tr>
<tr>
<td>Ana</td>
<td>20</td>
</tr>
</table>
As tabelas organizam dados em linhas e colunas.
<table border="1">
<tr>
<th>Nome</th>
<th>Idade</th>
</tr>
<tr>
<td>Ana</td>
<td>20</td>
</tr>
</table>