HTML Tag: COLGROUP

COLGROUP / Specifies attributes for a group of table columns.
HTML 4
Example(s):
<table>
<colgroup valign="top">
<col align="left">
<col align="center">
<col align="justify">
<col align="right">
<col align="char" char=",">
</colgroup>
Attributes: ALIGN CHAR CHAROFF CLASS ID SPAN STYLE TITLE

© 2007 Prem Sobel. All Rights Reserved.