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-beforeExplanation
Syntax: column-break-after: always | auto | avoidQ 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-beforeExplanation
Syntax: column-break-before: always | auto | avoidQ 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-countExplanation
Syntax: column-count: integer | autoQ 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-gapExplanation
Syntax: column-gap: length | normalQ 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 mentionedExplanation
Syntax: column-rule-style: dashed | dottedQ 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-widthExplanation
Syntax: column-rule-width: non-negative lengthQ 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. columnsExplanation
Syntax: columns: column-count widthQ 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-colorExplanation
Syntax: column-rule-color: colorQ 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. FilterExplanation
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
Leave a Reply