Home » CSS » Css miscellaneous » Question
  1. Which property specifies the number of columns an element should be divided into?
    1. column-gap
    2. column-fill
    3. column-rule
    4. column-count
    5. 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.



Your comments will be displayed only after manual approval.