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

CSE :: CSS - CS

  1. Which of the following property is used to change the background in a table?

  2. A.

     table-background

    B.

     background

    C.

     color

    D.

     none of the mentioned


  3. Which of the following property is used to change the height of a table?

  4. A.

     height

    B.

     table-height

    C.

     resize

    D.

     position-y


  5. Which of the following property is used to align the text in a table?

  6. A.

     align

    B.

     text

    C.

     text-align

    D.

     none of the mentioned


  7. Which of the following property is used to set order in a table?

  8. A.

     border

    B.

     padding

    C.

     dotted

    D.

     text


  9. Which of the following selector same as :after; changed under CSS3 to make pseudo-elements obvious?

  10. A.

     ::after

    B.

     :after

    C.

     #after

    D.

     none of the mentioned


  11. Which of the following property controls CSS counter values?

  12. A.

     counter-increment

    B.

     counter-decrement

    C.

     counter

    D.

     none of the mentioned


  13. Which of the following property contains a list of one or more counter names to be cleared or set to a particular value?

  14. A.

     counter

    B.

     counter-origin

    C.

     counter-reset

    D.

     none of the mentioned


  15. Which of the following property is used in conjunction with the :before or :after pseudo-elements?

  16. A.

     text

    B.

     generated-content

    C.

     content

    D.

     none of the mentioned


  17. Which of the following property defines the text selection policy for various portions of a document?

  18. A.

     user-origin

    B.

     user-select

    C.

     user

    D.

     all of the mentioned


  19. Which of the following CSS3 property can be used to allow line breaks within words?

  20. A.

     word-wrap

    B.

     word-break

    C.

     line-wrap

    D.

     line-break