InterviewSolution
Saved Bookmarks
| 1. |
Which of the following css property specifies an image to use as the background of an element?(a) background(b) background-img(c) background-image(d) none of the mentionedThe question was posed to me by my college director while I was bunking the class.My question is based upon CSS3 Transitions for Images in portion CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» RIGHT OPTION is (C) background-image The EXPLANATION is: Self-explainatory. |
|