1.

Which property specifies the painting area of the background?(a) background-clip(b) background-image(c) background-size(d) background-originThis question was posed to me in quiz.The above asked question is from Shadowy Styles, Multiple Backgrounds, CSS Pop-Ups & Menus topic in portion Layout & Images of CSS

Answer»

The CORRECT ANSWER is (a) background-clip

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions