ZVON > References > XHTML Reference |
Intro / Search / ZVON |
Frameset XHTML | >> Frameset << | Strict | Transitional | |
---|
Element: | tfoot |
Attributes: | | align | char | charoff | class | dir | id | lang | onclick | ondblclick | onkeydown | onkeypress | onkeyup | onmousedown | onmousemove | onmouseout | onmouseover | onmouseup | style | title | valign | xml:lang | |
Parents: | | table | |
Children: | | tr | |
Your browser display: |
...header information... |
---|
...footer information... |
...first row of block one data... |
...second row of block one data... |
...first row of block two data... |
...second row of block two data... |
...third row of block two data... |
Source [ Open as XHTML document ] |
<table> <thead> <tr> <th>...header information...</th> </tr> </thead> <tfoot> <tr> <th>...footer information...</th> </tr> </tfoot> <tbody> <tr> <td>...first row of block one data...</td> </tr> <tr> <td>...second row of block one data...</td> </tr> </tbody> <tbody> <tr> <td>...first row of block two data...</td> </tr> <tr> <td>...second row of block two data...</td> </tr> <tr> <td>...third row of block two data...</td> </tr> </tbody> </table> |