Vidyalelo
CSS · Q5

CSS Text, Borders and Images

Programming · CSS · question 5

Q5

Choose the CSS property that can be used for collapsing the borders between table cells?

A.
border
B.
collapse-border
C.
border-collapse
Answer
D.
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.