Home / CSE / CSS - CS :: CSS Properties, CSS Elements, CSS Functions

CSE :: CSS - CS

  1. Which of the following measurement defines a measurement in pixels?

  2. A.

     px

    B.

     in

    C.

     em

    D.

     pt


  3. Which of the following measurement defines a measurement relative to a font’s x-height?

  4. A.

     e

    B.

     xh

    C.

     ex

    D.

     rxh


  5. Which of the following measurement is relative to 1percentage of viewport’s larger dimension?

  6. A.

     vw

    B.

     vmax

    C.

     vmin

    D.

     ch


  7. Which of the following measurement is relative to 1percentage of the width of the viewport?

  8. A.

     vw

    B.

     vmax

    C.

     vmin

    D.

     ch


  9. Which of the following measurement is relative to 1% of the height of the viewport?

  10. A.

     ch

    B.

     rem

    C.

     %

    D.

     vh


  11. Which of the following measurement is relative to font-size of the root element?

  12. A.

     rem

    B.

     kd

    C.

     rr

    D.

     hx


  13. Which of the following represents a comment?

  14. A.

     /!– comments –!/

    B.

     /! comments !/

    C.

     /* comments */

    D.

     None of the mentioned


  15. A single _____________ rule can be used in an external sheet to define character set encoding of the style rules and values.

  16. A.

     @media

    B.

     @charset

    C.

     @font-face

    D.

     None of the mentioned


  17. An ___________ rule can be used to define style rules for multiple media types in a single embedded style sheet

  18. A.

     @media

    B.

     @charset

    C.

     @font-face

    D.

     None of the mentioned


  19. An ___________ rule is used to define a page block for printed styles.

  20. A.

     @important

    B.

     @page

    C.

     @css

    D.

     @html