Define cell paddding and cell spacing with respect to tables in HTML.
Answers
Answered by
1
Hey mate!
I am here with your answer!
Cellpadding 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. Cellpadding is an attribute of an individual cell in a table, so each cell in a table can have its own cellpadding value.
The cellspacing attribute of <table> 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.
Hope this will help you
Similar questions