Back to Concepts

<tr>

A row in a table.

The `<tr>` tag defines a row in an HTML table. A `<tr>` element contains one or more `<th>` or `<td>` elements.

Live Example & Code

Preview Output
<tr><td>Data</td></tr>
HTMLViz
© 2026 HTMLViz. Open Source Learning.