InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines the space between cells in a table?(a) auto(b) border(c) spacing(d) border-spacingThis question was addressed to me in a national level competition.My doubt stems from Backgrounds, Borders and Drop Shadow in portion CSS Text, Borders and Images of CSS |
|
Answer» RIGHT CHOICE is (d) border-spacing Explanation: SYNTAX: border-spacing: non-negative LENGTH(s) | INHERIT |
|