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

CSE :: CSS - CS

  1. Which of the following are different origins of style sheets?

  2. A.

     author

    B.

     user

    C.

     user agent

    D.

     all of the mentioned


  3. Which of the following Cascading order has the highest precedence?

  4. A.

     user agent declarations

    B.

     user normal declarations

    C.

     author normal declarations

    D.

     author important declarations


  5. Which of the following property is used to define how nested items are rendered in a 3-D space?

  6. A.

     transform-style

    B.

     transform

    C.

     transform-origin

    D.

     transform-3D


  7. Which of the following rule allows users to import style rules from other style sheets?

  8. A.

     @media

    B.

     @important

    C.

     @import

    D.

     @style


  9. Which of the following property is a shorthand that resets all CSS properties?

  10. A.

     reset

    B.

     inital

    C.

     all

    D.

     delete


  11. Which of the following generate “virtual” rules representing their effects when running?

  12. A.

     DOM’s

    B.

     !important

    C.

     CSS Animations

    D.

     Inheritance


  13. The _______________ is the result of taking the computed value and completing any remaining calculations to make it the absolute theoretical value used in the layout of the document.

  14. A.

     cascaded value

    B.

     declared value

    C.

     used value

    D.

     none of the mentioned


  15. The _________________ is the result of resolving the specified value.

  16. A.

     cascaded value

    B.

     computed value

    C.

     specified value

    D.

     declared value


  17. The ____________ represents the result of the cascade: it is the declared value that wins the cascade.

  18. A.

     specified Value

    B.

     actual value

    C.

     computed value

    D.

     cascaded value


  19. The CSS cascade assigns a weight to each style rule. State true or false.

  20. A.

     True

    B.

     False