THEAD - nagłówek kolumny tabeli

Interpretacja Internet Explorer Netscape Opera
  3.0a1 6.0b1 4.0

Polecenie wydziela nagłówek tabeli, który nie ulega przewijaniu, podobnie jak stopka tabeli, a w przeciwieństwie do ciała tabeli.

Przykład:

<table border = "1">
<thead>
<tr>
<td>Tutaj jest nagłówek tabeli</td>
</tr>
</thead>
<tfoot>
<tr>
<td>Tutaj definiuje się stopkę tabeli</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>To jest ciało tabeli</td> 
</tr>
</tbody>
</table>

Tutaj jest nagłówek tabeli
Tutaj definiuje się stopkę tabeli
To jest ciało tabeli

Atrybuty stopki tabeli:


Więcej o tabelach: Tabele