InterviewSolution
Saved Bookmarks
| 1. |
-- What is cell-padding ? |
|
Answer» Cellpadding is used to give the amount of space between the edges of the cell and its content. The default value is 2. Cellpadding is used to specify the space (in pixels) between the borders of the cell and contents of the cell. Cellspacing is used to set the distance between two cells.To control the spacing in the cells, the cellspacing and cellpadding attributes are used. |
|