Cell Width
•To set the width of an individual cell, add the width attribute to either the <td> or <th> tags
•The syntax is: width=“value”
–value can be expressed either in pixels or as a percentage of the table width
–a width value of 30% displays a cell that is 30% of the total width of the table
•