width
The width tag will define the how wide cells should be.Within the width tag you can define a set number or a percentage. The code for the width tag will look like this:
<table width="50%" border="1">
<tr>
<td>row 1, column 1</td>
</tr>
</table>
Below is what this looks like:



