Example:
HTML
<table>
<colgroup>
<col span="2" style="background-color:red">
<col style="background-color:yellow">
</colgroup>
<tr>
<th>ISBN</th>
<th>Title</th>
<th>Price</th>
</tr>
<tr>
<td>3476896</td>
<td>My first HTML</td>
<td>$53</td>
</tr>
</table>
How to create HTML <colgroup> Tag | HTML Tag |
What Type of Browsers will Support for HTML <colgroup> Tag | HTML Tag |
Attributes for HTML <colgroup> Tag | HTML Tag |
How to set Default CSS Settings for HTML <colgroup> Tag | HTML Tag |
How to add HTML <colgroup> span Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |