Home / CSE / CSS - CS :: Basic CSS

CSE :: CSS - CS

  1. Which of the following function defines a linear gradient as a CSS image?

  2. A.

     grayscale()

    B.

     gradient()

    C.

     image()

    D.

     linear-gradient()


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

  4. A.

     matrix()

    B.

     matrix2d()

    C.

     matrix3d()

    D.

     perspective


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

  6. A.

     grayscale()

    B.

     sepia()

    C.

     contrast()

    D.

     brightness()


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

  8. A.

     empasize

    B.

     light

    C.

     lighter

    D.

     dark


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

  10. A.

     font-style

    B.

     font-family

    C.

     font-kerning

    D.

     font-variant


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

  12. A.

     normal

    B.

     italic

    C.

     oblique

    D.

     none of the above


  13. 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?

  14. A.

     font-weight

    B.

     font-synthesis

    C.

     font-kerning

    D.

     font-variant


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

  16. A.

     font-weight

    B.

     font-synthesis

    C.

     font-kerning

    D.

     font-variant


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

  18. A.

     inherit

    B.

     default

    C.

     large-caps

    D.

     small-caps


  19. 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?

  20. A.

     default

    B.

     font-size-fallback

    C.

     font-adjust

    D.

     font-size-adjust