Home » CSS » CSS Backgrounds » Question
  1. What scales the background image as large as possible?
    1. size
    2. contain
    3. resize
    4. cover
    5. None of these
Correct Option: B

The contain keyword scales the background image to be as large as possible but both its width and its height must fit inside the content area. As such depending on the proportions of the background image and background positioning area, there may be some areas of background which are not covered by the background image.



Your comments will be displayed only after manual approval.