CommerceBasic Css MCQs
Practice Basic Css MCQs for competitive exams.
Basic Css MCQs
Practice questions from this topic.
“font-style comes first than font-weight in font attribute”.State true or false.
- A. True
- B. False
Correct Answer: B
Which of the following font-size-adjust is value used in calculating the size of the fallback fonts?
- A. auto
- B. number
- C. count
- D. none
Correct Answer: B
Which of the following Allows you to expand or condense the widths for a normal, condensed, or expanded font face?
- A. font-style
- B. font-stretch
- C. font-expand
- D. none of the mentioned
Correct Answer: D
Which of the following property adjusts the font-size of the fallback fonts defined with font-family, so that the x-height is the same no matter what font is used?
- A. default
- B. font-size-fallback
- C. font-adjust
- D. font-size-adjust
Correct Answer: D
Which of the following is not a appropriate value for font-variant property?
- A. inherit
- B. default
- C. large-caps
- D. small-caps
Correct Answer: C
Which of the following selects a normal, or small-caps face from a font family?
- A. font-weight
- B. font-synthesis
- C. font-kerning
- D. font-variant
Correct Answer: D
Which of the following value specifies whether the user agent is allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces?
- A. font-weight
- B. font-synthesis
- C. font-kerning
- D. font-variant
Correct Answer: B
Which of the following is not a value for font-style property?
- A. normal
- B. italic
- C. oblique
- D. none of the above
Correct Answer: D
Which of the following property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text?
- A. font-style
- B. font-family
- C. font-kerning
- D. font-variant
Correct Answer: C
Which of the following value is supposed to be a slightly bolder weight that standard bold in font attribute?
- A. empasize
- B. light
- C. lighter
- D. dark
Correct Answer: D
Which of the following function apply a sepia tinge to an element’s color, typical of old photographs, for use by the filter property?
- A. grayscale()
- B. sepia()
- C. contrast()
- D. brightness()
Correct Answer: B
Which of the following function two dimensional transformation in matrix format?
- A. matrix()
- B. matrix2d()
- C. matrix3d()
- D. perspective
Correct Answer: A