InterviewSolution
Saved Bookmarks
| 1. |
Which property is used for setting column-width and column-count?(a) columns(b) column-width(c) column-span(d) column-width-rule |
|
Answer» Right option is (a) columns Easy explanation: 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. |
|