Cellspacing vs cellpadding - Table attributes comparison

In HTML Tables (<table>) there are two attributes named, cellpadding and cellspacing . What is the different between cellpadding and ...

In HTML Tables (<table>) there are two attributes named, cellpadding and cellspacing. What is the different between cellpadding and cellspacing? Both these are capable of creating some empty space inside a table.

cellspacing : space between cells
cellpadding : space between the cell border and it's content

Look at the diagram to clarify this further. As the word "cellspacing" suggests, it denotes the spacing between cells; it is something easy to remember. "cellpadding" keyword can be considered in relation to the "padding" attribute in HTML/CSS; padding is used to denote the space between the content and border of box type elements.

Following is a simple code example to demonstrate the difference.

<table cellspacing="15px" cellpadding="20px" bgcolor="#00EE00" width="300px">
<tr>
<td
bgcolor="#339966">
<div
style="background:#FFFFFF;">Cell 1 content</div>
</td>

<td bgcolor="#339966">
<div
style="background:#FFFFFF;">Cell 2</div>
</td>

</tr>
</table>

Cell 1
Cell 2

Check the difference. We have set the table background to light green color, so all the cellspacing is viewed in light green as it is the space between cells. The dark green sections are the spaces created with cellpadding; the space in white is available for the content in table cell.

COMMENTS

BLOGGER: 3
Loading...
Name

About,8,Adsense,3,Ant,1,Apache,2,Axis,3,Database,2,Earn Online,3,Eclipse,8,Firefox,9,Google,27,GWT,8,Hardware,3,IE,1,Internet,1,Java,48,Javascript,8,Jenkins,1,Linux,6,Miscellaneous,18,News,46,Opinion,9,PHP,1,Productivity,3,Puzzle,3,Security,3,Software,25,Sports,9,Spring,2,TDD,4,Tech,87,Tips,18,Tomcat,5,Tools,19,Tutorial,13,Ubuntu,4,Web application,12,Web Design,2,Web services,4,Windows,3,
ltr
item
digizolm12: Cellspacing vs cellpadding - Table attributes comparison
Cellspacing vs cellpadding - Table attributes comparison
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4PwYTC6vlUanx7Ehb1LSB_Urx_OeK0iIDdi4HU_1Gb3LVfO-boNtGOLeQefbTrMGCeagku8_YTwgumEEHfiEkhi-RKJ-X67DpYwffjjXt2cciEatKh1T3i86L_l6dlv68wKdeg1grrrVf/s400/cellspacing+vs+cellpadding.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4PwYTC6vlUanx7Ehb1LSB_Urx_OeK0iIDdi4HU_1Gb3LVfO-boNtGOLeQefbTrMGCeagku8_YTwgumEEHfiEkhi-RKJ-X67DpYwffjjXt2cciEatKh1T3i86L_l6dlv68wKdeg1grrrVf/s72-c/cellspacing+vs+cellpadding.jpg
digizolm12
https://digizolm12.blogspot.com/2008/08/cellspacing-vs-cellpadding-table.html
https://digizolm12.blogspot.com/
http://digizolm12.blogspot.com/
http://digizolm12.blogspot.com/2008/08/cellspacing-vs-cellpadding-table.html
true
1218430210337039745
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy