<tr> - HTML 5
The <tr> tag defines a row in an HTML table.
A <tr> element contains one or more <th> or
<td> elements.
Syntax
Month | Savings |
January | $100 |
Example
Month | Savings |
January | $100 |
Output / Return Value
Limitations
Alternatives / See Also
Reference