<tr> element

The <tr> element is used as a container to hold a single table row. Table rows may be empty, in other words, all cells are empty.


Syntax

<tr>  
  <td>content</td>  
</tr>  

where content represents text inside the table cell, or the <img> or <anchor> elements.