Commerce

Basic 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.

  1. A. True
  2. B. False
Report Error

Which of the following font-size-adjust is value used in calculating the size of the fallback fonts?

  1. A. auto
  2. B. number
  3. C. count
  4. D. none
Report Error

Which of the following Allows you to expand or condense the widths for a normal, condensed, or expanded font face?

  1. A. font-style
  2. B. font-stretch
  3. C. font-expand
  4. D. none of the mentioned
Report Error

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?

  1. A. default
  2. B. font-size-fallback
  3. C. font-adjust
  4. D. font-size-adjust
Report Error

Which of the following is not a appropriate value for font-variant property?

  1. A. inherit
  2. B. default
  3. C. large-caps
  4. D. small-caps
Report Error

Which of the following selects a normal, or small-caps face from a font family?

  1. A. font-weight
  2. B. font-synthesis
  3. C. font-kerning
  4. D. font-variant
Report Error

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?

  1. A. font-weight
  2. B. font-synthesis
  3. C. font-kerning
  4. D. font-variant
Report Error

Which of the following is not a value for font-style property?

  1. A. normal
  2. B. italic
  3. C. oblique
  4. D. none of the above
Report Error

Which of the following property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text?

  1. A. font-style
  2. B. font-family
  3. C. font-kerning
  4. D. font-variant
Report Error

Which of the following value is supposed to be a slightly bolder weight that standard bold in font attribute?

  1. A. empasize
  2. B. light
  3. C. lighter
  4. D. dark
Report Error

Which of the following function apply a sepia tinge to an element’s color, typical of old photographs, for use by the filter property?

  1. A. grayscale()
  2. B. sepia()
  3. C. contrast()
  4. D. brightness()
Report Error

Which of the following function two dimensional transformation in matrix format?

  1. A. matrix()
  2. B. matrix2d()
  3. C. matrix3d()
  4. D. perspective
Report Error