difference between cellpadding and cellspacing
Answers
Answered by
6
Cellpadding (along with cellspacing) is a term used in the computer language HTML. When used in conjunction with the table element, it specifies the amount of space between the border of a table cell and its contents.
The cellspacing attribute of is not supported in HTML5. The cellspacing attribute specifies the space, in pixels, between cells. Note: Do not confuse this with the cellpadding attribute, which specifies the space between the cell wall and the cell content.
Answered by
5
As name suggest that cell spacing is space b/w two adjacent cell and cell padding is padding to one cell
Similar questions