<td> element

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.


Syntax

<td>content</td>  

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

content  

You can specify either of the following elements in a <td> element: