<colgroup span="">

Disclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend on this page. Learn more
Attribute of
<colgroup> HTML Tag
What does <colgroup span=""> do?
Specifies the number of vertical table columns to be included in a column group.

Code Example

<style>
.total {
 background-color: #eeeeee;
}
</style>
<table>
<colgroup span="3">
</colgroup>
<colgroup>
<col class="total">
</colgroup>
<tr>
<th>Item</th> 
<th>Qty.</th> 
<th>Price</th>
<th>Cost</th> 
</tr>
<tr>
<tr>
<td>Bananas</td>
<td>5</td>
<td>0.50</td>
<td>2.50</td>
</tr>
<tr>
<td>Apples</td>
<td>2</td>
<td>0.25</td>
<td>0.50</td>
</tr>
<tr>
<td>Oranges</td>
<td>3</td>
<td>0.75</td>
<td>2.25</td>
</tr>
<tr>
<td colspan="3">TOTAL</td>
<td>5.25</td>
</tr>
</table>
ItemQty.PriceCost
Bananas50.502.50
Apples20.250.50
Oranges30.752.25
TOTAL5.25
Adam is a technical writer who specializes in developer documentation and tutorials.

Browser Support for span

iefirefoxchromeedgesafariopera
AllAllAllAllAllAll