Skip to main content

html-tags.com

<tr>

One row of cells.

Baseline: Widely available · Tables

When to use it

Inside thead, tbody, or tfoot, holding th and td cells.

When not to

Rows belong to row groups; keep data out of the header group.

Example

<tr>
  <th scope='row'>EMEA</th>
  <td>1.2M</td>
  <td>1.4M</td>
</tr>
Source — this snippet needs a fuller context to render.

Authoritative references