InterviewSolution
Saved Bookmarks
| 1. |
Which property specifies the number of columns an element should be divided into?(a) column-rule(b) column-count(c) column-gap(d) column-fill |
|
Answer» The correct choice is (b) column-count To explain: 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. |
|