Home / CSE MCQs / CSS MCQs :: CSS Fundamentals, Colors, Styling

CSE MCQs :: CSS MCQs

  1. Which of the following Color Format is a CSS colors can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
  2. A.
    RGB Color
    B.
    RGBa Color
    C.
    HSL Color
    D.
    HSLa Color

  3. Which of the following is not a appropriate value for font-variant property?
  4. A.
    inherit
    B.
    default
    C.
    large-caps
    D.
    small-caps

  5. Which of the following function flips an element's colors, for use by the filter property?
  6. A.
    image()
    B.
    flip()
    C.
    invert()
    D.
    contrast()

  7. What is the CSS Property Equivalent for the attribute
  8. A.
    text-decoration:reappear
    B.
    text-decoration:blink
    C.
    text-decoration:no-text
    D.
    none

  9. In css what does "font-size can be called as
  10. A.
    Selector
    B.
    Rule
    C.
    Property
    D.
    Property-Name

  11. Which of the following property sets the font size of text?
  12. A.
    text-size
    B.
    font-size
    C.
    size
    D.
    text

  13. Which of the following Color Format is a CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?
  14. A.
    RGB Color
    B.
    RGBa Color
    C.
    HSL Color
    D.
    HSLa Color

  15. 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?
  16. A.
    default
    B.
    font-size-fallback
    C.
    font-adjust
    D.
    font-size-adjust