The <tr> tag represents the row in an HTML table.
Example of Code
<table> <tr> <th>HTML</th> </tr> <tr> <td>Hypertext Markup Language</td> </tr></table>
Output
HTML Hypertext Markup Language