[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-TBODY
Used to specify information for table body thereby separating the table body from the table header and table footer.
Attributes
None
Code Tip
The table "type" elements such as <tbody> 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-TBODY
TBody
UsageUsed to specify information for table body thereby separating the table body from the table header and table footer.
Attributes
None
Code Tip
The table "type" elements such as <tbody> generally only describe the actual HTML source code much like normal HTML comments do.
Live Example
<html> <head><title>TBODY 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]
