Cellpadding
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. Cellpadding is an attribute of an individual cell in a table, so each cell in a table can have its own cellpadding value. The cellpadding attribute was added to version 2.0 of the HTML language in 1996. Space between text and borders is an important element of web page design, because it improves the readability of text and visual appeal of graphics in table cells. Cellpadding makes this possible, and web design experts emphasize the importance of carefully selecting the cellpadding values. The same effect can be accomplished in CSS.