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 mentioned |
|
Answer» Right option is (c) background-image The explanation is: Self-explainatory. |
|