CSS Questions & Answers – Using CSS3 Multi-Column Layout

CSS Multiple Choice Questions & Answers (MCQs) focuses on “Using CSS3 Multi-Column Layout”.

Q 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

Show Answer Answer:-C. column-break-before
Explanation Syntax: column-break-after: always | auto | avoid

Q 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
C. column-break-before
D. multicolumn-break-before

Show Answer Answer:-C. column-break-before
Explanation Syntax: column-break-before: always | auto | avoid

Q 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

Show Answer Answer:-D. column-count
Explanation Syntax: column-count: integer | auto

Q 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

Show Answer Answer:-B. column-gap
Explanation Syntax: column-gap: length | normal

Q 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

Show Answer Answer:-D. none of the mentioned
Explanation Syntax: column-rule-style: dashed | dotted

Q 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

Show Answer Answer:-C. column-rule-width
Explanation Syntax: column-rule-width: non-negative length

Q 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. filter
D. columns

Show Answer Answer:-D. columns
Explanation Syntax: columns: column-count width

Q 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

Show Answer Answer:-B. column-rule-color
Explanation Syntax: column-rule-color: color
Q 9. Which of the following property is used to apply visual effects to associated elements.
A. Alpha
B. Filter
C. BasicImage
D. Blur
Show Answer Answer:-B. Filter
Explanation Syntax: filter: filtername(filtervalues) … filtername(filtervalues)

Q 10. Which of the following property defines the resampling method to use when stretching images?
A. interpolation-mode
B. ime-mode
C. image-rendering
D. layout-grid

Show Answer Answer:-C. image-rendering
Explanation Syntax: image-rendering: auto | inherit

Posted

in

,

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

You cannot copy content of this page