I've seen thead,tbody,but never see tfoot before today!
|
|
See 11.2.3 Row groups: the THEAD, TFOOT, and TBODY elements in the w3c spec. Important point from the spec:
|
|||
|
|
|
tfoot is defined to be always at the bottom of the table, no matter where in the table you place it. It is meant to be used as some sort of summary that can be displayed even when a big table is still loading. A table layout should look like this:
Ofc except for some CMS systems noone uses the tables this way (as they were intended). |
|||
|
|
well, according to google ;) see for instance http://www.htmlcodetutorial.com/tables/_THEAD.html here, tfoot is used for the summarization on the bottom of the table. |
|||
|
|