xxxxxxxxxx
<html>
<body>
<h1>colgroup element with span attribute example</h1>
<table>
<colgroup span="2" style="background: red"></colgroup>
<tr>
<th>Heading 1</th>
<th>Heading 2</th>
<th>Heading 3</th>
</tr>
<tr>
<td>CELL</td>
<td>CELL</td>
<td>CELL</td>
</tr>
</table>
</body>
</html>