Home / CSE / CSS - CS :: CSS Text, Borders and Images

CSE :: CSS - CS

  1. Which of the following Media Query describes the scanning method of a TV?

  2. A.

     orientation

    B.

     scan

    C.

     resolution

    D.

     none of the mentioned


  3. Which of the following Media Query determines if output is monochrome and how many bits are used for gray display?

  4. A.

     gray

    B.

     chrome

    C.

     monochrome

    D.

     none of the mentioned


  5. A media query consists of a media type and zero or more expressions that check for the conditions of particular media features. State true or false.

  6. A.

     True

    B.

     False


  7. Which of the following defines a relative measurement for the height of a font in em spaces?

  8. A.

     %

    B.

     cm

    C.

     em

    D.

     ex


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

  10. A.

     %

    B.

     cm

    C.

     em

    D.

     ex


  11. Which of the following property is used to control the repetition of an image in the background?

  12. A.

     background-color

    B.

     background-image

    C.

     background-repeat

    D.

     background-position


  13. Which of the following property is used to control the scrolling of an image in the background?

  14. A.

     background-attachment

    B.

     background

    C.

     background-repeat

    D.

     background-position


  15. Which of the following property is used to make a font italic or oblique?

  16. A.

     font-family

    B.

     font-style

    C.

     font-variant

    D.

     font-weight


  17. Which of the following property is used to increase or decrease how bold or light a font appears?

  18. A.

     font-family

    B.

     font-style

    C.

     font-variant

    D.

     font-weight


  19. Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?

  20. A.

     border

    B.

     padding

    C.

     border-collapse

    D.

     border-width