I want to do the following:
Brazil Rio Grande do Sul South Africa ... and so on.
Can you do this in a table?
<table width="500" border="1">
<tr>
<td width="200" align="center">País</td>
<td width="300" align="center">Estado</td>
</tr>
<tr>
<td>{{pais}}</td>
<td>{{estado}}</td>
</tr>
</table>
Country and state are each in a table.