back

Table Row

Tag: <tr>

The table row tag defines a row in a table.
The table rows are divided into cells, which contain the actual data in the table.
To end the row, the closing tag </tr> must be used. After this a new row can be placed.

Example