Saved Bookmarks
| 1. |
Write the HTML Code: To display the background image (rose.jpg |
|
Answer» ◍ Code to DISPLAY the BACKGROUND IMAGE(rose.jpg) will be:- ________________________________ background-image: url('img_rose.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%; } ________________________________ |
|