+ 4
what does "cellsspacing" and "cellpadding" mean?!
2 Answers
+ 2
cell padding as adding margins inside the cell. Whereas cell spacing is the gaps between cells in a table
+ 2
The cellpadding attribute specifies the space, in pixels, between the cell wall and the cell content&cellspacing attribute, which specifies the space between cells.
The cellpadding & cellsspacing attribute is not supported in HTML5. Use CSS instead.