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-ruleThis question was posed to me in class test.This question is from Miscellaneous topic in division CGI Programming & Miscellaneous of CSS |
|
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. |
|