InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines the width of each column in a multicolumn text flow?(a) width(b) columns(c) filter(d) column-width |
|
Answer» Right option is (d) column-width The best explanation: Implemented CSS3 and Browser-Specific Syntax: column-width: length | auto |
|