|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<TH></TH>Defines a table header cell |
|
|
Element used to define table header cells. <html> <head> <title>Page with a table</title> </head> <body> . . <table border=3 cellspacing=2 cellpadding=2 width="80%"> <caption>Sample Table</caption> ==>> <tr><th>Column One<th>Column Two<th>Column Three <tr><td>Cell One<td>Cell Two<td>Cell Three <tr><td>Cell 1 on row 2<td>Cell 2 on row 2<td>Cell 3 on row 2 </table> . . </body> </html> HTML 3.2 FinalTable header tags can have the following attributes:
You can nest tables, also, so you can end up with some fairly complex designs. NetscapeNothing more to add. Microsoft Internet ExplorerNothing to add. InternationalizationNothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |