-
Which property specifies the number of columns an element should be divided into?
-
- column-gap
- column-fill
- column-rule
- column-count
- None of these
Correct Option: D
column-count specifies the number of columns an element should be divided into, column-fill specifies how to fill the columns, column-gap specifies the gap between columns, column-rule is for setting all the column-rule properties.