Vidyalelo
CSS · Q164

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 164

Q164

Which of the following property of a table element specifies the width that should appear between table cells?

A.
border-collapse
B.
border-spacing
Answer
C.
caption-side
D.
empty-cells

Answer: Option B

Solution

Answer: Option B
Solution:
The border-spacing property of a table element specifies the width that should appear between table cells. This property allows you to set the distance between the borders of adjacent cells, providing control over the spacing in your table layout. The other options, such as border-collapse, caption-side, and empty-cells, are used for different purposes related to table styling.