<tr> (Data for one row)
The data for a single row in a table.
Attributes
None
Contents
<tr> specifies a row of table data. It must contain one
<td> element for each column of the table, each of which contains the
value for that column. The first <td> specifies a value for the first
column listed in the <cols> element, the second <td>
specifies a value for the second column, and so on. (See <cols> (Metadata for all columns) and
<td> (One cell of data in a table).)
