Home / CSE / CSS - CS :: CSS3

CSE :: CSS - CS

  1. Which of the following css property defines whether or not an element should be visible when not facing the screen?

  2. A.

     visibility

    B.

     backface-control

    C.

     backface-visibility

    D.

     none of the mentioned


  3. Which of the following selector is used to select and style when you place mouse over it?

  4. A.

     focus

    B.

     hover

    C.

     mouse

    D.

     all of the mentioned


  5. Which of the following method increases or decreases the size of an element using tranform?

  6. A.

     rotate()

    B.

     scale()

    C.

     translate()

    D.

     matrix()


  7. Which of the following method moves an element from its current position using tranform?

  8. A.

     rotate()

    B.

     scale()

    C.

     translate()

    D.

     matrix()


  9. Which of the following property specifies the speed curve of the transition effect?

  10. A.

     transition-delay

    B.

     transition-duration

    C.

     transition-timing-function

    D.

     transition


  11. Which of the following method skews an element along the X-axis by the given angle using tranform?

  12. A.

     skewX()

    B.

     skewy()

    C.

     x-axis()

    D.

     skew()


  13. Which of the following method skews an element along the X and Y-axis by the given angles using tranform?

  14. A.

     skewX()

    B.

     skewy()

    C.

     skew-X-Y()

    D.

     skew()


  15. Which of the following transition-timing-function property specifies a transition effect with a slow start?

  16. A.

     ease

    B.

     ease-in

    C.

     ease-in-out

    D.

     none of the mentioned


  17. Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly

  18. A.

     ease

    B.

     ease-in

    C.

     ease-in-out

    D.

     none of the mentioned


  19. Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function

  20. A.

     cubic(n,n,n,n)

    B.

     matrix(n,n,n,n)

    C.

     cubic-bezier(n,n,n,n)

    D.

     none of the mentioned