For tables, cellspacing and cellpadding are obsolete in HTML 5.
Now for cellspacing you have to use border-spacing. And for cellpadding you have to use border-collapse.
And make sure you don't use this in your HTML5 code. Always try to use these values in a CSS 3 file.