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.
<tr>
<td>content
</td>
</tr>
where content
represents text inside the table cell, or the <img>
or <anchor>
elements.