-
Which property specifies the painting area of the background?
-
- background-origin
- background-size
- background-image
- background-clip
- 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.