Home / CSE / CSS - CS :: Basic CSS

CSE :: CSS - CS

  1. __________ implementation that introduced text, list, box, margin, border, color, and background properties.

  2. A.

     css

    B.

     html

    C.

     ajax

    D.

     php


  3. Is it the best way to include H1 heading only one time in the web page. State true or false.

  4. A.

     True

    B.

     False


  5. Is it the best way to include H1 heading only one time in the web page. State true or false.

  6. A.

     True

    B.

     False


  7. Which of the following element is used by the filter property to blur the images?

  8. A.

     opaque()

    B.

     scatter()

    C.

     scatter()

    D.

     all of the mentioned


  9. Which of the following function adjust the brightness of an element’s color, for use by the filter property?

  10. A.

     contrast()

    B.

     dark()

    C.

     light()

    D.

     brightness()


  11. Which of the following function adjusts the difference between light and dark values, for use by the filter property?

  12. A.

     contrast()

    B.

     dark()

    C.

     light()

    D.

     brightness()


  13. Which of the following function with filter property to create your own sophisticated effects on DOM elements?

  14. A.

     create()

    B.

     DOM()

    C.

     custom()

    D.

     none of the mentioned


  15. Which of the following function converts an element’s color to a shade of gray, for use by the filter property?

  16. A.

     shade()

    B.

     grayscale()

    C.

     black()

    D.

     brightness()


  17. Which of the following function flips an element’s colors, for use by the filter property?

  18. A.

     image()

    B.

     flip()

    C.

     invert()

    D.

     contrast()


  19. Which of the following function applies a saturation effect to an element’s color, making it appear more or less vivid, for use by the filter property?

  20. A.

     color()

    B.

     saturation()

    C.

     saturate()

    D.

     none of the mentioned