- ID
- 2374273
- Banca
- IESES
- Órgão
- CEGÁS
- Ano
- 2017
- Provas
- Disciplina
- Programação
- Assuntos
Referente a tabela que código abaixo irá gerar, assinale
a alternativa correta:
<html>
<title> MONTAGEM TELA </title>
</head>
<body>
<table border="5" cellpadding="10"
cellspacing="0">
<tr>
<td colspan=2
height="35"><center>A<center></td>
</tr>
<tr>
<td colspan=2 height="35">B</td>
</tr>
<tr>
<td colspan=2 height="35">C</td>
<td colspan=2
height="35"><center>D</center></td>
</tr>
</body>
</html>