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

CSE :: CSS - CS

  1. Which of the following property specifies the number of times an animation should run?

  2. A.

     animation-repeat

    B.

     animation-count

    C.

     animation-iteration-count

    D.

     all of the mentioned


  3. Which of the following property specifies whether an element is an accelerator indicator or not?

  4. A.

     animation

    B.

     accelerator

    C.

     scan

    D.

     none of the mentioned


  5. Which of the following property specifies the direction in which a marquee should move?

  6. A.

     marquee

    B.

     marquee-direction

    C.

     marquee-time

    D.

     none of the mentioned


  7. @keyframes rule is used to define the properties that will control the audio/video formats. State true or false.

  8. A.

     True

    B.

     False


  9. Which of the following CSS Property controls how an element is positioned?

  10. A.

     position

    B.

     set

    C.

     static

    D.

     fix


  11. Which of the following elements are block and inline elements, respectively, that have no particular rendering?

  12. A.

     div

    B.

     span

    C.

     box-model

    D.

     both (A) and (B)


  13. The _____________ property specifies the background color of an element.

  14. A.

     background-color

    B.

     border

    C.

     color

    D.

     display


  • The ___________ property specifies if/how an element is displayed.

  • A.

     background-color

    B.

     border

    C.

     color

    D.

     display


  • The _____________ property allows us to include the padding and border in an element’s total width and height.

  • A.

     margin

    B.

     box-sizing

    C.

     padding

    D.

     none of the mentioned


  • ____________ property sets the coordinates of the clipping shape that exposes or hides the content of absolutely positioned elements

  • A.

     clammper

    B.

     clip

    C.

     clear

    D.

     none of the mentioned