back

Code


HTML
Web

<table border="1px">
<colgroup>
     <col span="2" style="background-color:red">
     <col span="1" style="background-color:blue">
</colgroup>
<thead>
<tr>
     <th>Head One</th>
     <th>Head Two</th>
     <th>Head Three</th>
</tr>
</thead>
<tfoot>
<tr>
     <th>Foot One</th>
     <th>Foot Two</th>
     <th>Foot Three</th>
</tr>
</tfoot>
<tr>
     <td>Cell One</td>
     <td>Cell Two7#60/td>
     <td>Cell Three</td>
</tr>
<tr>
     <td>Cell Four</td>
     <td>Cell Five</td>
     <td>Cell Six</td>
</tr>
</table>