Vidyalelo
CSS · Q92

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 92

Q92

Which of the following property sets whether the table borders are collapsed into a single border or separated:?

A.
border
B.
border-collapse
Answer
C.
collapse
D.
table-border

Answer: Option B

Solution

Answer: Option B
Solution:
Example: table{ border-collapse: collapse;}