Table Row <tr>

Block-level/Inline?:Neither. You should only have <td> or <th> as <children>.
Empty?:No

A table row represent a horizontal row in a table. Note that colspan/rowspan do not go here but, rather, in the td/th that you are modifying. Generally, little is done to <tr> elements, though setting the background-color is a good way to color rows, probably alternating.

See also Box Model, border-collapse, td, th, caption , table, and colspan/rowspan.
Back to Knowledge Dump