Which of the following property of a table element specifies the width that should appear between table cells?
A. border-collapse
B. border-spacing
C. caption-side
D. empty-cells
Answer: Option B
Solution (By Examveda Team)
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.Related Questions on CSS Properties, CSS Elements, CSS Functions and Tables
A. div
B. span
C. box-model
D. both (A) and (B)
The _____________ property specifies the background color of an element.
A. background-color
B. border
C. color
D. display
The ___________ property specifies if/how an element is displayed.
A. background-color
B. border
C. color
D. display
A. margin
B. box-sizing
C. padding
D. none of the mentioned
Join The Discussion