Home » CSS » CSS Backgrounds » Question
  1. Which property specifies the painting area of the background?
    1. background-origin
    2. background-size
    3. background-image
    4. background-clip
    5. None of these
Correct Option: D

The CSS background-clip property specifies the painting area of the background, the property takes three different values, border-box-, padding-box, content-box. In content-box the background is painted within the content box.



Your comments will be displayed only after manual approval.