How would you set the width of a column in the following table to 100 pixels?
<table>
<tr>
<td>Data</td>
</tr>
</table>
How would you set the width of a column in the following table to 100 pixels?
<table>
<tr>
<td>Data</td>
</tr>
</table>