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

CSE :: CSS - CS

  1. Which of the following option best explain this code “background-image: repeating-radial-gradient(circle at 50% 100%, #FFEB79, #D9CC3C 5%);”?

  2. A.

     Creating Infinte circular Gradients

    B.

     Creating Repeating Circular Gradients

    C.

     Creating Repeating Radial Gradients

    D.

     Creating Infinite Radial Gradients


  3. Which of the following option best explain this code “background-image: repeating-linear-gradient(-45deg, #426A77, #FFF 6px);”?

  4. A.

     Creating Straight Stripes

    B.

     Creating Cubic Stripes

    C.

     Creating Spiral Stripes

    D.

     Creating Diagonal Stripes


  5. Which of the following option best explain this code “background-image: repeating-linear-gradient(to right, #D9CC3C, #FFEB79 5%, #D9CC3C 10%);”?

  6. A.

     Creating a Repeating Gradient

    B.

     Creating a Mix Repeating Gradient

    C.

     Creating a Shadow Repeating Gradient

    D.

     Creating a Smooth Repeating Gradient


  7. Which of the following media feature describes the number of entries in the color lookup table of the output device

  8. A.

     color

    B.

     color-index

    C.

     color-value

    D.

     color-@media


  9. Which of the following Viewport Property sets the initial scaling factor?

  10. A.

     scale

    B.

     initial-scale

    C.

     minimum-scale

    D.

     user-scale


  11. Which of the following Viewport Property determines whether the display can be zoomed in and out?

  12. A.

     scale

    B.

     set-scale

    C.

     adjust-scale

    D.

     user-scalable


  13. Which of the following @viewport Property sets the viewport height in the same way as width?

  14. A.

     height

    B.

     width

    C.

     viewpor-width

    D.

     none of the mentioned


  15. Which of the following @viewport Property locks the document in the specified orientation, portrait or landscape?

  16. A.

     orientation

    B.

     resolution

    C.

     landscape

    D.

     portrait


  17. Which of the following Media Query describe the ratio of the device width to the device height of the media?

  18. A.

     device-aspect

    B.

     device-aspect-ratio

    C.

     device-aspect-query

    D.

     none of the mentioned


  19. Which of the following Media Query determines if output is grid, like a simple terminal or phone, or bitmap, like a standard monitor or printer?

  20. A.

     monochrome

    B.

     grid

    C.

     resolution

    D.

     device-height