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-position |
|
Answer» Right answer is (c) background-repeat The best I can explain: Self-explainatory. |
|