cellpacing is the distance between cells in a table;
cellpadding is a blank part of a cell in a table;
Commonly known as external patches and internal patches, similar to margin and padding applied to divs and spans
You can experiment, add borders to cells, and change the values of cellpadding and cellpacing to see what changes are.
For example :Copy the code