COL Width Markup

<table border=1 width=600>
<colgroup><col width=120>
<col width=2*><col width=1*>
<col width=3*></colgroup>
<tr>
<th>One</th><th>Two</th>
<th>Three</th><th>Four</th>
</tr></table>