<TD>This cell is alligned center. </TR> </TABLE>
COL
This tag specifies the attributes for a column of a table. For example:
<TABLE> <COLGROUP> <COL ALIGN="RIGHT"> <COL ALIGN="CENTER"> <TR> <TD>This cell is alligned right.
COL Attributes:
ALIGN="LEFT, RIGHT, CENTER, JUSTIFY, or CHAR"
The ALIGN attribute is used to define how text within the table columns will line up with the edges of the table cells. ALIGN="LEFT" will position the text flush with the left side of the cell. ALIGN="RIGHT" will position the text to the right side of the cell, ALIGN="CENTER" will position the item equidistant from the left and right sides of the cell, and ALIGN="CHAR" will line the decimal places of numbers within the column of cells.
CHAR=" ... "
This attribute defines the character upon which the cell contents will align. By default, if the CHAR attribute is ommitted, the characters will align on the decimal point within the column.
CHAROFF="n"
This attribute defines the number of characters upon which the column text will align, and is measured from the left of the column.
ID=" ... "
The ID attribute is used to assign a unique ID selector (identification) to the tag in which it is invoked. A style may be assigned to that ID, which will effect only that one instance of the attribute.
SPAN="n"
This attribute defines the number of columns to be displayed.
STYLE=" ... "
Used to specify which style sheet commands to apply to the instance of the STYLE attribute invoked within the tag.
TITLE=" ... "
The TITLE attribute is used to display a note or information in a popup window pertaining to the object to which it was assigned. The popup window is invoked by holding the mouse pointer over the object.
WIDTH="n"
This attribute defines the (horizontal) width of a column, and is measured in pixels or as a percentage of width.
VALIGN="TOP, BOTTOM, BASELINE, or MIDDLE"
This attribute defines the vertical alignment of the contents of the table column
This tag also accepts the following Event Handlers:

onClick
onDblClick
onMouseDown
onMouseUp
onMouseOver
onMouseMove
onMouseOut
onKeyPress
onKeyDown
onKeyUp