Test Series - css

Test Number 17/59

Q: Which of the following is used to associate a font name to be used in a style sheet with some downloadable font?
A. @font-face
B. @charset
C. @media
D. !important
Solution: None.
Q: Which of the following is not value for the font-stretch(Font descriptor)?
A. normal
B. 50%
C. expanded
D. ultra-expanded
Solution: None.
Q: Which of the following font format is supported by all the latest browser?
A. EOT
B. WOFF2
C. SVG
D. WOFF
Solution: None.
Q: Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?
A. grid
B. monochrome
C. resolution
D. orientation
Solution: None.
Q: Which of the following media query describe the ratio of the width to the height of the media?
A. ratio
B. aspect-ratio
C. deviceaspect-ratio
D. resolution
Solution: None.
Q: Which of the following media query describe describes the height of the screen or full height of the output page?
A. height
B. aspect-ratio
C. device-height
D. resolution
Solution: None.
Q: Which of the following property sets the style of a font?
A. font
B. style
C. font-style
D. @font-face
Solution: Syntax:
font-style: italic | normal | oblique | inherit.
Q: Which of the following property specifies whether an element is an accelerator indicator or not?
A. push
B. accelerator
C. jump-start
D. animation
Solution: Syntax:
accelerator: true | false.
Q: Which of the following property sets a variation of the specified or default font family?
A. fonts
B. font-style
C. font-variant
D. font-weight
Solution: Syntax:
font-variant: normal | small-caps.
Q: The @font-face rules assign different names to the regular and bold versions of the font.State true or false.
A. True
B. False
C. .
D. none
Solution: Self-explainatory.

You Have Score    /10