Miscellaneous CSS Constructs

Question 1
Marks : +2 | -2
Pass Ratio : 100%
An ___________ rule is used to define a page block for printed styles.
@important
@page
@css
@html
Explanation:
An @page rule is used to define a page block for printed styles. Generally, within this construct we see various CSS properties like size, page, and margin to control the dimensions of the page.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property defines the gap between columns in a multicolumn text flow?
column-float
column-flow
column-gap
column-width
Explanation:
Question 3
Marks : +2 | -2
Pass Ratio : 100%
An ___________ rule can be used to define style rules for multiple media types in a single embedded style sheet
@media
@charset
@font-face
None of the mentioned
Explanation:
None.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following represents a comment?
/!– comments –!/
/! comments !/
/* comments */
None of the mentioned
Explanation:
Comments can be placed within style sheets. Style sheets use the comment syntax used in C programming
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property specifies the size of the mask?
box-sizing
box-shadow
box-reflect
none of the mentioned
Explanation:
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Explanation:
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property defines the style, width, and color of the rule divider between
column
column-rule
column-change
column-check
Explanation:
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following construct specifies that a style takes precedence over any different, conflicting styles?
Explanation:
None.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property is used to control column element breaks after an associated element when flowing multicolumn text?
column-break
column-break-after
column-count
column-break-before
Explanation:
Question 10
Marks : +2 | -2
Pass Ratio : 100%
A single _____________ rule can be used in an external sheet to define character set encoding of the style rules and values.
@media
@charset
@font-face
None of the mentioned
Explanation:
None.