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

CSE :: CSS - CS

  1. Which of the following property sets the distance between an element’s right border and the rightmost edge of its content?

  2. A.

     auto

    B.

     padding-left

    C.

     padding-right

    D.

     padding-top


  3. Which of the following property is used to control page breaks when printing a document after the bound element box ends?

  4. A.

     page-inside

    B.

     page-break-after

    C.

     page-break-inside

    D.

     page-break-before


  5. Which of the following property defines the style of quotation marks to be used with embedded quotations?

  6. A.

     article

    B.

     para

    C.

     quote

    D.

     quotes


  7. Which of the following property defines the length of time that a transition takes?

  8. A.

     transition

    B.

     transition-duration

    C.

     transform-duration

    D.

     transition-property


  9. Which of the following property defines when the transition will start and it allows a transition to begin execution some some period of time from when it is applied?

  10. A.

     transform-delay

    B.

     transition-delay

    C.

     transform-duration

    D.

     none of the mentioned


  11. Which of the following transform property value defines a 2D translation?

  12. A.

     translate(x,y)

    B.

     translate2d(x,y)

    C.

     translate3d(x,y)

    D.

     all of the mentioned


  13. Which of the following transform property value defines a translation, using only the value for the X-axis?

  14. A.

     translate(x)

    B.

     translateZ(x)

    C.

     translateY(x)

    D.

     translateX(x)


  15. Which of the following transform property value defines a 3D scale transformation?

  16. A.

     circle(x,y,z)

    B.

     scale3d(x,y,z)

    C.

     rotate3d(x,y,z,angle)

    D.

     rotate(angle)


  17. Which of the following transform property value defines a perspective view for a 3D transformed element?

  18. A.

     perspective3d(n)

    B.

     perspective(n,n,n)

    C.

     perspective(n)

    D.

     none of the mentioned


  19. Which of the following transform property value defines a 2D skew transformation along the X- and the Y-axis?

  20. A.

     skewX(angle)

    B.

     skewY(angle)

    C.

     skew(x-angle,y-angle)

    D.

     none of the mentioned