Home / CSE MCQs / CSS MCQs :: CSS Text, Borders and Images

CSE MCQs :: CSS MCQs

  1. Which of the following property defines in a shorthand form the width, style, and color for the top border of an element?
  2. A.
    border-style
    B.
    border-height
    C.
    border-width
    D.
    border-top

  3. Which of the following property sets the width of an element's complete border?
  4. A.
    border-width
    B.
    width
    C.
    border-depth
    D.
    none of the above

  5. Which of the following property is used to define whether an element should be resized and, if so, upon what axis?
  6. A.
    axis
    B.
    resize
    C.
    set-origin
    D.
    set-axis

  7. Which CSS property can be used to set the image as border instead of the border style?
  8. A.
    background-image
    B.
    border-image
    C.
    background-image-source
    D.
    border-image-source

  9. Which of the following display property value is described by used internally by browsers to create list items. Of no practical value to web designers?
  10. A.
    inline-block
    B.
    list-item
    C.
    group
    D.
    none

  11. Which of the following property specifies the look and design of an outline?
  12. A.
    outline-font
    B.
    outline-style
    C.
    outline-format
    D.
    none of the mentioned

  13. Which of the following CSS property determines how overflowed content that is not displayed is signaled to the users?
  14. A.
    text-flow
    B.
    text-underflow
    C.
    text-overflow
    D.
    none of the above

  15. Which of the following property sets pitch or tone (high or low) for the synthesized speech when reading an element; the pitch may be specified absolutely or relative to the normal pitch for the voice-family used to read the text?
  16. A.
    voice-check
    B.
    voice-format
    C.
    voice-pitch
    D.
    voice-volume

  17. Which of the following media query describe describes the height of the screen or full height of the output page?
  18. A.
    height
    B.
    aspect-ratio
    C.
    device-height
    D.
    resolution

  19. Which of the following function creates a CSS gradient image that can be used anywhere an image URL is required, including background-image, border-image, and list-style properties?
  20. A.
    canvas
    B.
    gradient
    C.
    animation
    D.
    color