To create column groups of similar columns, use the
span attribute to
<colgroup>. For example:
<colgroup span=2 width="25%">
<colgroup span=4 width="75%">
Here we create two groups. The first has two columns; the second has
four. We have also used the common width attribute to set the
relative widths of the columns. Other common attributes can be used
here as well.