TABLE DATA TAG: <TD> and </TD>

The table data tag is used to specify a standard table data cell and must be placed within a pair of table row <TR> tags. The following attributes are permitted:
ALIGN:
Used to specify the horizontal alignment of the data cell contents; the value can be one of left, center or right. This value is over-ridden by any alignment specified for the table row.
NOWRAP:
Prevents line breaks being inserted in the data cell.
VALIGN:
Used to specify the vertical alignment of the data cell contents; the value is over-ridden by any alignment specified for the table row.