Cell spacing
•The cellspacing attribute controls the amount of space inserted between table cells
•<table cellspacing=“value”> … </table>
–value is the width of the interior borders in pixels
–the default cell spacing is 2 pixels
•