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

CSE MCQs :: CSS MCQs

  1. Which of the following measurement defines a measurement relative to a font's x-height?
  2. A.
    e
    B.
    xh
    C.
    ex
    D.
    rxh

  3. Which of the following property specifies the size of the mask?
  4. A.
    box-sizing
    B.
    box-shadow
    C.
    box-reflect
    D.
    none of the above

  5. Which of the following CSS Property specifies whether the labels for an element's list items are positioned inside or outside the "box defined by the listed item?
  6. A.
    list-style
    B.
    list-position
    C.
    list-style-position
    D.
    all of the above

  7. Which of the following property allows the text direction to be overridden to support multiple languages and text flow directions in the same document?
  8. A.
    unicode-bidi
    B.
    visibility
    C.
    top
    D.
    vertical-align

  9. Which of the following property is used to control the space between the border and content in a table?
  10. A.
    border
    B.
    margin
    C.
    padding
    D.
    resize

  11. Which of the following transform property value defines a perspective view for a 3D transformed element?
  12. A.
    perspective3d(n)
    B.
    perspective(n,n,n)
    C.
    perspective(n)
    D.
    none of the above