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()

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  4. A.

     matrix()

    B.

     matrix2d()

    C.

     matrix3d()

    D.

     perspective

    View Answer

    Workspace

    Discuss Discuss in Forum


  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()

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum