The tr HTML element represents a row of cells in a table.
Syntax
HTML
<tr attribute-name="attribute-value"></tr>
Attributes
CSS
tr { border-color: inherit; display: table-row; vertical-align: inherit; }
The tr HTML element represents a row of cells in a table.
<tr attribute-name="attribute-value"></tr>
tr { border-color: inherit; display: table-row; vertical-align: inherit; }