Problema 1

<table border=5 cellpadding=10> tabela com 2 linhas e duas colunas, na qual a célula da segunda linha contém também uma tabela. A tabela tem border igual a 5, com espaçamento entre as celulas de 10
<tr>
<td>this is the first cell of the outer table</td>
<td>this is the second cell of the outer table</td>
</tr>
<tr>
 <td><table border=1>tabela com 1 linhas e 3 colunas
<tr>
<td>this is the one cell in the inner table</td>
<td>this is another cell</td>
<td>this is a third cell</td>
</table></td>
<td>this is the last outside cell</td>
</tr>
</table>
</body>
</html>
 
 

Problema  2
 

Problema 3

Acabar codigo que ainda não esta acabado

Problema 4

Brevemente On-line