 |
Saturday, May 17, 2008 
<COL> ... </COL>
|
DEFINITION Sets the properties of a column. Use this element with a <COLGROUP>
element to set the properties of a single column among a number of columns. |
SUGGESTED STYLE/USAGE The closing tag is neither required nor recommended. This specification is displayed correctly only by the Internet Explorer browser. If you use html 3.2 table tags instead, your information will be available to a wider audience. |
EXAMPLE <TABLE> <COLGROUP> <COL ALIGN=RIGHT> <COL ALIGN=LEFT>
<COLGROUP> <COL ALIGN=CENTER> <TBODY> <TR> <TD>This is the first column in the group and is right-alighned.</TD> <TD>This is the second column in the group and is left-alighned.</TD> <TD>This column is in a new group and is centered</TD> </TR> </TABLE>
|
| This is the first column in the group and is right-alighned. |
This is the first column in the group and is left-alighned. |
This column is in a new group and is centered. |
 |
 |