HTML <tr> Tag
A row in an HTML table is defined using the HTML <tr>
element.
Each <tr>
tag can include one or more <th>
tags that specify table header cells or one or more <td>
tags that create table standard cells.
This tag is also generally known as the <tr>
element.
Syntax
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
<tr> | Yes | Yes | Yes | Yes | Yes |