HTML element: <tfoot>
The <tfoot> element defines a table footer. The <tfoot> element must contain at least one <tr> element.
Considerations
If you use the <tfoot> element within a <table> element, you must also use the <tbody> and <thead> elements as well.
Common attributes
The <tfoot> element supports the class, dir, id, lang, style, and title attributes.
For more information, see Common attributes.
Event attributes
The <tfoot> element supports the onclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, and onmouseup events.
For more information, see HTML event attributes.
Parent topic: HTML elements