<tr>: The HTML Table Row Element
1 Description
The HTML <tr>
element is short for table row and this
element is used to contain <th>
elements or <td>
elements.
The <tr>
element must be a child of a <thead>
, <tbody>
,
or <tfoot>
element.
This document was last updated: