Code has been added to clipboard!
Deprecated HTML Columns width Attribute
Example
<table>
<colgroup width="200">
<tr>
<th>Name</th>
<th>Department</th>
</tr>
<tr>
<td>James</td>
<td>Construction</td>
</tr>
</table>