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