The <td>
element is used as a container to hold a single table cell data within a table row. Table data cells may be empty. The user agent should do a best effort to deal with multiple line data cells that may result from using images or line breaks.
<td>content
</td>
where content
represents text inside the table cell, or the <img>
or <anchor>
elements.