Q5
Choose the CSS property that can be used for collapsing the borders between table cells?
A.
border
B.
collapse-border
C.
border-collapse
AnswerD.
border-cell
Answer: Option C
Solution
Answer: Option C
Solution:
The border-collapse property sets whether the table borders are collapsed into a single border or detached as in standard HTML.