Observe o código a seguir, em HTML.<table border="1" cell...

Próximas questões
Com base no mesmo assunto
Ano: 2011 Banca: ISAE Órgão: AL-AM Prova: ISAE - 2011 - AL-AM - Analista de Sistemas |
Q2896283 Arquitetura de Software

Observe o código a seguir, em HTML.


<table border="1" cellpadding="0" cellspacing="0" width="100">

<tr><td width="50%">Cel 1</td><td width="50%">Cel 2</td></tr>

<tr><td width="100%" colspan="2">Cel 3</td></tr>

<tr><td width="50%">Cel 4</td><td width="50%" rowspan="2">Cel 6</td></tr>

<tr><td width="50%">Cel 5</td></tr>

</table>

O código gera uma tabela com a seguinte aparência:

Alternativas