-
Which property is used for setting column-width and column-count?
-
- column-width-rule
- column-span
- column-width
- columns
- None of these
Correct Option: D
columns is a shorthand property for setting column-width and column-count, column-width specifies suggested, optimal width for columns, column-span specifies how many columns an element should span across.