News

The cellspacing attributes are the spaces between two or more table cells, while the cellpadding attributes represent the distance between the cell borders and the content within the cells.
HTML tables are comprised of rows and cells. In traditional HTML coding you remove the spacing within a cell by setting the "cellspacing" attribute to zero.