Definição e Uso
Os headers atributo especifica uma ou mais células de cabeçalho de uma célula da tabela se relaciona.
Aplica-se a
O headers atributo pode ser usado nos seguintes elementos:
elementos | Atributo |
---|---|
<td> | headers |
<th> | headers |
Exemplos
Td Exemplo
Especificar o <th> elemento de cada <td> elemento está relacionado a:
<table>
<tr>
<th id="name">Name</th>
<th id="email">Email</th>
<th id="phone">Phone</th>
<th id="addr">Address</th>
</tr>
<tr>
<td headers="name">John Doe</td>
<td headers="email">[email protected]</td>
<td headers="phone">+45342323</td>
<td headers="addr">Rosevn 56,4300 Sandnes,Norway</td>
</tr>
</table>
Tente você mesmo " Th Exemplo
Especificar o <th> elemento de cada célula do cabeçalho está relacionado a:
<table>
<tr>
<th id="name" colspan="2">Name</th>
</tr>
<tr>
<th headers="name">Firsname</th>
<th headers="name">Lastname</th>
</tr>
</table>
Tente você mesmo " Suporte a navegadores
Os headers
de atributo tem o seguinte suporte ao navegador para cada elemento:
Elemento | |||||
---|---|---|---|---|---|
td | sim | sim | sim | sim | sim |
th | sim | sim | sim | sim | sim |