Qual das tags abaixo estão relacionada com a tag table a. thead -- body -- tr b. table -- tr -- td c. table -- head -- tfoot d. table -- tr -- tt e. table -- tr -- tx
Soluções para a tarefa
Respondido por
82
b = table -- tr --td
Respondido por
5
Resposta:
<table>, <td>, <tr>
Explicação:
Exemplo de como utilizar a tabela:
table style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
Anexos:
Perguntas interessantes
Matemática,
10 meses atrás
História,
10 meses atrás
Ed. Moral,
1 ano atrás
Matemática,
1 ano atrás
Matemática,
1 ano atrás
Matemática,
1 ano atrás