Table Row
The row across in a table. We use the <tr> to show where we want that row to begin and end.
<table>
<tr>
</tr>
</table>
Close Window