Css miscellaneous
- Which of the following property specifies the size of the mask?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: -webkit-box-reflect: direction offset mask-box-image
- Which of the following construct specifies that a style takes precedence over any different, conflicting styles?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
!important
- An ___________ rule is used to define a page block for printed styles.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
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.
- An ___________ rule can be used to define style rules for multiple media types in a single embedded style sheet
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
@media
- A single _____________ rule can be used in an external sheet to define character set encoding of the style rules and values.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
@charset