Quantcast
Viewing all articles
Browse latest Browse all 31

Answer by Pushp Singh for Set cellpadding and cellspacing in CSS?

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.


Viewing all articles
Browse latest Browse all 31

Trending Articles