<COLGROUP...>
     ALIGN="left|right|center|justify"
     CLASS="Style Sheet Class"
     ID="Unique Identifier"
     LANG="Language descriptor"
     LANGUAGE="Scripting Language descriptor"
     SPAN="Number of Columns to Group"
     STYLE="Style Sheet Setting"
     TITLE="Title of element"
     VALIGN="top|middle|bottom|baseline"
     WIDTH="Pixels|Percentage"
>

Description

Collates a group of table columns and can be used to set the alignment of the contents of the columns.

Attributes

Attribute Description
ALIGN Specifies the alignment of the group of columns covered by the value of the SPAN attribute.
CLASS Sets the style sheet class (specified in an in-line, linked or imported style sheet) to be applied to the element.
ID Sets a unique identifier for the element, allowing it to be referenced within scripting functions, or to specify a style sheet setting, set using a #<style_class> class selector.
LANG Specifies the language (using an ISO country code derived classifier) that the element is using, for browsers that support document localisation.
LANGUAGE Sets the scripting language that any in-line scripting events are written in.
SPAN Sets the number of table columns that the column group has, to which the ALIGN="..." attribute is applied.
STYLE Sets in-line style sheet settings for the element, which will over-ride any set in a <STYLE> block, or externally linked to the document.
TITLE Specifies an informational title for the element. The contents of the TITLE attribute may be presented as a Tool-Tip by some browsers.
VALIGN Sets the default vertical alignment for all the data contained in the table columns specified by the SPAN="..." attribute.
WIDTH Specifies the width of the column group in either pixels, or a percentage of the table.


See 'HTML Reference|Tables|<COLGROUP>' for more information.