CSS Multiple Choice Questions & Answers on Using CSS3 Multi-Column Layout for Freshers

https://www.computersprofessor.com/2018/01/css-multiple-choice-questions-answers_5.html
1. Which of the following property is used to control column element breaks after an associated element when flowing multicolumn text?
a) column-break
b) column-break-after
c) column-break-before
d) multicolumn-break-after
Answer: b
Explanation:
Syntax: column-break-after: always | auto | avoid
2. Which of the following property is used to control column element breaks before the associated element when flowing multicolumn text?
a) multicolumn
b) column-break-before
c) column-break
d) multicolumn-break-before
Answer: b
Explanation:
Syntax: column-break-before: always | auto | avoid
3. Which of the following property defines the number of columns in a multicolumn text flow?
a) columns
b) column-flow
c) column-number
d) column-count
Answer: d
Explanation:
Syntax: column-count: integer | auto
4. Which of the following property defines the gap between columns in a multicolumn text flow?
a) column-rule-flow
b) column-gap
c) column-rule
d) none of the mentioned
Answer: b
Explanation:
Syntax: column-gap: length | normal
5. Which of the following property defines the style of the divider rule between columns in a multicolumn text flow?
a) columns
b) column-flow
c) column-style
d) none of the mentioned
Answer: d
Explanation:
Syntax: column-rule-style: dashed | dotted
6. Which of the following property defines the width of a rule between columns in a multicolumn text flow?
a) column-rule-style
b) column-width
c) column-rule-width
d) columns
Answer: c
Explanation:
Syntax: column-rule-width: non-negative length
7. Which of the following property is a shorthand definition of the number of columns and their widths in a multicolumn text flow?
a) column-width
b) column-style
c) columns
d) filter
Answer: c
Explanation:
Syntax: columns: column-count width
8. Which of the following property defines the color of any rules between columns in a multicolumn text flow?
a) column-color
b) column-rule-color
c) column-rule-style
d) column-rule-decoration
Answer: b
Explanation:
Syntax: column-rule-color: color
9. Which of the following property is used to apply visual effects to associated elements.
a) Alpha
b) BasicImage
c) Filter
d) Blur
Answer: c
Explanation:
Syntax: filter: filtername(filtervalues) ... filtername(filtervalues)
10. Which of the following property defines the resampling method to use when stretching images?
a) interpolation-mode
b) image-rendering
c) ime-mode
d) layout-grid
Answer: b
Explanation:
Syntax: image-rendering: auto | inherit