'cellpadding' Syntax and Note
Note:
This attribute sets the empty width between a cell's border and its content.
Its value can be an integer that specifies the amount of space in pixels.
Its value can also be a percentage of the total cell size to use as space.
Syntax:
<table cellpadding="value"> . . . </table>
Related examples in the same category