Home » CSS » Css miscellaneous » Question
  1. Which property is used for setting column-width and column-count?
    1. column-width-rule
    2. column-span
    3. column-width
    4. columns
    5. 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.



Your comments will be displayed only after manual approval.