Css3 Fundamentals - Study Mode

[#1] Which of the following property is used to control column element breaks after an associated element when flowing multicolumn text?
Correct Answer

(B) column-break-after

Explanation

Solution: 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?
Correct Answer

(B) column-break-before

Explanation

Solution: Syntax: column-break-before: always | auto | avoid

[#3] Which of the following property defines the number of columns in a multicolumn text flow?
Correct Answer

(D) column-count

Explanation

Solution: Syntax: column-count: integer | auto

[#4] Which of the following property defines the gap between columns in a multicolumn text flow?
Correct Answer

(B) column-gap

Explanation

Solution: 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?
Correct Answer

(D) none of the mentioned

Explanation

Solution: Syntax: column-rule-style: dashed | dotted