Home / CSE MCQs / CSS MCQs :: CSS Properties, Elements, Functions & Tables

CSE MCQs :: CSS MCQs

  1. _____________ property defines the space between cells in a table.
  2. A.
    border
    B.
    border-spacing
    C.
    border-style
    D.
    none of the above

  3. Which of the following property defines when the animation will start. It allows an animation to begin execution some time after it is applied?
  4. A.
    animation-stop
    B.
    animation-delay
    C.
    animation-start
    D.
    animation-control

  5. Which of the following property allows long words to be able to be broken and wrap onto the next line?
  6. A.
    line-wrap
    B.
    break-word
    C.
    word-wrap
    D.
    word-break

  7. Which of the following property generates content in a document and is used with the :before and :after pseudo-elements?
  8. A.
    text
    B.
    content
    C.
    contents
    D.
    none of the above

  9. As a general rule, properties in CSS inherit from ___________ elements
  10. A.
    child to parent
    B.
    parent to child
    C.
    grandparents to parents
    D.
    none of the above

  11. Which of the following property is used to define how nested items are rendered in a 3-D space, the choice being either flattened or with their dimensions preserved?
  12. A.
    transition-duration
    B.
    transition-delay
    C.
    transition
    D.
    transform-style

  13. Which of the following CSS3 property can be used to allow line breaks within words?
  14. A.
    word-wrap
    B.
    word-break
    C.
    line-wrap
    D.
    line-break

  15. Which of the following property defines the width of each column in a multicolumn text flow?
  16. A.
    width
    B.
    columns
    C.
    filter
    D.
    column-width

  17. Which of the following generate "virtual rules representing their effects when running?
  18. A.
    DOM's
    B.
    !important
    C.
    CSS Animations
    D.
    Inheritance

  19. Which of the following property allows a marquee to be used in the case of a text overflow?
  20. A.
    overflow-style
    B.
    opacity
    C.
    overflow-x
    D.
    perspective