[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-TFOOT
Used to specify information for table footer thereby separating the table footer from the table rows and table header.
Attributes
None
Code Tip
The table "type" elements such as <tfoot> generally only describe the actual HTML source code much like normal HTML comments do.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-TFOOT
TFoot
UsageUsed to specify information for table footer thereby separating the table footer from the table rows and table header.
Attributes
None
Code Tip
The table "type" elements such as <tfoot> generally only describe the actual HTML source code much like normal HTML comments do.
Live Example
<html> <head><title>TFOOT Document Example</title></head> <body> <table width="100%"> <thead> <tr>...</tr> <tbody> <tr>...</tr> <tfoot> <tr>...</tr> </table> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
