Cell Padding
•The cellpadding attribute controls the space within the cells
•<table cellpadding=“value”> … </table>
–value is the distance from the table text to the cell border, as measured in pixels
–the default cell padding value is 1 pixel
•