InterviewSolution
Saved Bookmarks
| 1. |
____________ property defines whether table cell borders are connected or separate.(a) border-color(b) border(c) border-style(d) none of the mentionedI got this question in unit test.The question is from CSS and (X)HTML Elements Fundamentals in portion CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT option is (d) NONE of the mentioned Best explanation: border-collapse roperty defines WHETHER table cell BORDERS are CONNECTED or separate. |
|