1. Home
  2. Computing & Technology
  3. Web Design / HTML

<tfoot></tfoot>

By Jennifer Kyrnin, About.com

<tfoot> description:

The <tfoot> element defines the rows that are part of the foot of the table.

<tfoot> Web Browser Support:

<tfoot> Attributes:

<tfoot> End Tag:

</tfoot> optional

Contents:

Table rows. The following tags are valid within the <tfoot> tag:
tr

<tfoot> Valid Context:

The <tfoot> tag is valid within the following tags:
table

<tfoot> Usage:

  • table with tfoot
    <table border width="200">
    <tbody>
    <tr><td colspan="2">this is the body row</td></tr>
    </tbody>
    <tfoot>
    <tr><td>
    column 1 part of the footer
    </td><td>
    column 2 part of the footer
    </td></tr>
    </tfoot>
    </table>

<tfoot> Special Notes:

  • Long tables can be divided into sections to give more definition to the table.

More <tfoot> Information:

Return to XHTML element (HTML Tags) Library

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. HTML and XHTML
  5. XHTML
  6. HTML Tags
  7. The tfoot Element - table row footer - XHTML 1.0 HTML 4.0

©2008 About.com, a part of The New York Times Company.

All rights reserved.