Table Column Width
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>
<table border="1"> <tr> <th style="width:200px;">Product</th> <th>Price</th> </tr> <tr> <td>Phone</td> <td>$500</td> </tr> </table>