InterviewSolution
Saved Bookmarks
| 1. |
Which of the following css property repeats an image both horizontally and vertically?(a) background(b) background-image(c) background-repeat(d) background-positionThis question was addressed to me in semester exam.My query is from CSS3 Transitions for Images in chapter CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» RIGHT ANSWER is (C) background-repeat The BEST I can EXPLAIN: Self-explainatory. |
|