Table Footer Test

The table footer (tfoot) element is used to mark up a table footer, such as a total row. According to the HTML specification (http://www.w3.org/TR/html401/struct/tables.html#h-11.2.3), the table footer (tfoot) element must come after the table header (thead) but before the table body (tbody) in the code, but browsers should render the footer at the end of the table, after the body.

Example

Post-it Notes Markers Staplers
Total 72 60 19
1st Quarter 0 0 1
2nd Quarter 12 10 3
3rd Quarter 24 20 6
4th Quarter 36 30 9

Results

Accessibility Tests