Element used to define table rows.
<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>
Table row tags can have the following attributes:
You can nest tables, also, so you can end up with some fairly complex designs.
Nothing more to add.
Nothing to add.
Nothing special.
The Rusk Family . . . "the Legend
Continues"
All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.
Revised: December 03, 1997 10:35 -0500
URL: ./htmlgd/tagtr.html