Peter,
Bsp.:
<table border="1">
<tr>
<th>Spalte1</th><th>Spalte2</th></tr>
<tbody style="display:none">
⋮
</tbody>
</table>
Das ist kein valides HTML: „Der Start-Tag TBODY ist immer erforderlich, außer die Tabelle enthält nur einen Tabellenrumpf und keinen Tabellenkopf oder -fuß.“ [HTML401 §11.2.3]
Nutze auch thead und tfoot.
Gunnar
--
I never intended HTML source code (the stuff with the angle brackets) to be seen by users. […] To my surprise, people quickly became familiar with the tags and started writing their own HTML documents directly. (Tim Berners-Lee in Weaving the Web)
I never intended HTML source code (the stuff with the angle brackets) to be seen by users. […] To my surprise, people quickly became familiar with the tags and started writing their own HTML documents directly. (Tim Berners-Lee in Weaving the Web)