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

CSE :: CSS - CS

  1. Which of the following property allows long words to be able to be broken and wrap onto the next line?

  2. A.

     line-wrap

    B.

     break-word

    C.

     word-wrap

    D.

     word-break


  3. Which of the following CSS property can be used to provide the flex-direction and flex-wrap properties?

  4. A.

     flex

    B.

     flex-flow

    C.

     flex-wrap

    D.

     all of the mentioned


  5. Which of the following specifies how much the item will grow relative to the rest of the flexible items inside the same container?

  6. A.

     flex-scale

    B.

     flex-size

    C.

     flex-grow

    D.

     flex-flow


  7. Which of the following property aligns the flexible container’s items when the items do not use all available space on the main-axis?

  8. A.

     wrap-content

    B.

     fix-content

    C.

     adjust-content

    D.

     justify-content


  9. Choose the CSS property which specifies the placement of a table caption.

  10. A.

     table-caption

    B.

     cell-caption

    C.

     caption-side

    D.

     caption-adjust


  11. If a particular rule should never be overridden by another rule, the ____________ indication should be used.

  12. A.

     @important

    B.

     !important!

    C.

     !important

    D.

     important!


  13. Which of the following option a rule consists of?

  14. A.

     Tag

    B.

     Selector

    C.

     Declaration

    D.

     Both (C) and (D)


  15. Which of the following option a declaration consist of?

  16. A.

     Tag

    B.

     Property

    C.

     Selector

    D.

     Class


  17. The ______________ is the link between the HTML document and the style. It specifies what elements are affected by the declaration.

  18. A.

     Tag

    B.

     Selector

    C.

     Declaration

    D.

     Class


  19. How a style sheet can be glued to the HTML document?

  20. A.

     Import a style sheet using the CSS @import notation.

    B.

     Apply the basic, document-wide style sheet for the document by using the style element

    C.

     Link an external style sheet to the document using the link elemen

    D.

     All of the mentioned