Saved Bookmarks
| 1. |
Background attribute is used to display image |
|
Answer» Answer: True The most common & simple way to add background image is using the background image attribute inside the <body> tag. The background attribute which we specified in the <body> tag is not supported in HTML5. Using CSS properties, we can also add background image in a webpage. |
|