|
Tr
<TR> </TR> The TR tag is used to create a table row. Each row of table cells is enclosed inside of a TR tag. The table row can be aligned to the left, right, or center by using ALIGN. VALIGN is used to make a cell's contents at the top, middle or bottom of the row. For more info on tables, and examples of the TR tag see the Tables Tutorial.
|