InterviewSolution
Saved Bookmarks
| 1. |
Which of the following will move the image up and down?(a) scroll(b) fixed(c) repeat-x(d) repeat-y |
|
Answer» The correct option is (a) scroll To explain: The background image moves up and down as the user scrolls up and down the page. The fixed value helps background image stays in the same position on the page. |
|