InterviewSolution
Saved Bookmarks
| 1. |
border-spacing is given in _____________(a) pixels(b) cm(c) mm(d) inchI had been asked this question in a job interview.The origin of the question is Working with Tables in section HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» RIGHT answer is (a) pixels The best I can explain: border-spacing and border-collapse are the two properties by which one can set the border and its styling in a table. We GIVE its value in pixels. |
|