|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<TABLE></TABLE>Contains all the elements of a table |
|
|
Element to contain the definition of a table. <html> <head> <title>Page with a table</title> </head> <body> . . ==>> <table border=3 cellspacing=2 cellpadding=2 width="80%"> <caption>Sample Table</caption> <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> The table element can be used for a lot of formatting of pages (of course you are strongly urged to NOT use it for this purpose). But, if you want to use it for showing data in a tabular format then read on. HTML 3.2 FinalAll the attributes on table are optional. The browsers will render it without borders and sized to fit the content. But if you want something more than defaults read on:
NetscapeNothing 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 |