Table Column Width

Example setting column widths.

Preview

Code

<table border="1">
<tr>
<th style="width:200px;">Product</th>
<th>Price</th>
</tr>
<tr>
<td>Phone</td>
<td>$500</td>
</tr>
</table>

More HTML Tables Examples (11)