InterviewSolution
Saved Bookmarks
| 1. |
______________ property defines whether table cell borders are connected or separate.(a) pre(b) border-color(c) border-collapse(d) tableI have been asked this question during a job interview.My question is based upon CSS and (X)HTML Elements Fundamentals in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» RIGHT ANSWER is (C) border-collapse To ELABORATE: EXAMPLE: |
|