Cellspacing vs cellpadding - Table attributes comparison

Learn difference between cellspacing vs cellpadding easily and correctly.

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
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.

Look at the diagram to clarify this further.

Following is a simple code example to demonstrate the difference.
<table cellspacing="15px" cellpadding="20px"  
                               style="background:#8df981;">
    <tr>
        <td bgcolor="#0500fa">
            <div style="background:#FFFFFF;">cell content</div>
        </td>
        <td bgcolor="#0500fa">
            <div style="background:#FFFFFF;">cell content</div>
        </td>
    </tr>
</table>

cell content
cell content

 * : is from cellspacing
 * : is from cellpadding

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 blue sections are the spaces created with cellpadding; the space in white is available for the content in table cell.

COMMENTS

BLOGGER: 3
Loading...

Read More...

Name

About,2,Adsense,3,Ant,1,Apache,3,Axis,3,Blogger,1,Books,1,CentOS,2,Chrome,2,CSS,2,Database,3,Earn Online,3,Eclipse,10,Facebook,1,Firefox,10,Gmail,4,GNU/Linux,9,Google,26,GWT,8,Hardware,2,IE,5,Interesting,15,Internet,14,Java,49,Javascript,7,JBoss,1,Jenkins,1,Log4j,2,Me,6,Microsoft,2,Miscellaneous,1,News,11,Opinion,10,OSGi,1,PHP,1,Productivity,3,Programming,36,Puzzle,3,Security,4,Software,41,Sports,9,Spring,2,Story,6,Subversion,3,TDD,4,Tech,2,Tips,1,Tomcat,6,Tutorial,13,Ubuntu,4,Web application,14,Web Design,2,Web services,3,Windows,10,Yahoo,1,Zip,2,
ltr
item
Digizol: Cellspacing vs cellpadding - Table attributes comparison
Cellspacing vs cellpadding - Table attributes comparison
Learn difference between cellspacing vs cellpadding easily and correctly.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtBjiKUvuYcjE0MltM7wuc-RePwd2kavAmywv3IPpZNjNn3oKkiRBbAVk8ViTjxDa0UUsaI1cctyiO163laZD1Jc139zqvzAxuz0VkyClN8nz_zoEqR_TWgRZk6a6VMf5tMXCf9w/s1600/Cellspacing+vs+cellpadding+-+Table+attributes+comparison+www.digizol.com.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtBjiKUvuYcjE0MltM7wuc-RePwd2kavAmywv3IPpZNjNn3oKkiRBbAVk8ViTjxDa0UUsaI1cctyiO163laZD1Jc139zqvzAxuz0VkyClN8nz_zoEqR_TWgRZk6a6VMf5tMXCf9w/s72-c/Cellspacing+vs+cellpadding+-+Table+attributes+comparison+www.digizol.com.jpg
Digizol
https://www.digizol.com/2008/08/cellspacing-vs-cellpadding-table.html
https://www.digizol.com/
https://www.digizol.com/
https://www.digizol.com/2008/08/cellspacing-vs-cellpadding-table.html
true
7440473
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