Referente a tabela que código abaixo irá gerar, assinale a alternativa correta:
<html>
<title> Titulo da pagina </title>
</head>
<body>
<table border="5" cellpadding="10" cellspacing="0">
<tr>
<td colspan=2 height="35"><center>Texto 1<center></td>
</tr>
<tr>
<td colspan=2 height="35">Texto 2</td>
<td colspan=2 height="35">Texto 3</td>
</tr>
<tr>
<td colspan=2 height="35"><center>Texto 4</center></td>
</tr>
</body>
</html