HTML tfoot tag


Definition of HTML tfoot tag

HTML tfoot tag is used in tables to show table footer.

We use HTML tr tag to show table footer rows, HTML td tag to show table footer cells.


Table of Content

  1. Syntax
  2. Resources and References

Syntax:

The tfoot tag is the HTML element used to show bottom part of tables. It has rows with footer cells.

Output

Company revenue from different brands:

Sr. No. Name profit(in $)
1 Samsung 20000
2 Nokia 30000
Total profit 50000

Resources and References

1. W3C Specification.
2. HTML living standard
3. W3C project using Github