tag < tr > :
Definition and Usage
The <tr> tag defines a row in an HTML table.
A <tr> element contains one or more <th> or <td> elements.
| Example | |||
|
< table width = "400px" border = "1" > < tr > < td > 1 < /td > < /tr > < tr > < td > 2 < /td > < /tr > < /table > |
code | ||
|
output | ||