Saved Bookmarks
| 1. |
Write the CSS code to insert the image of the butterfly with name btfly.gif as a background image for a web page. |
|
Answer» body { background-image: url(“btfly.gif ”); } |
|