which attribute is use to add background image in web page
Answers
Answered by
3
Explanation:
To set the background image of a webpage, use the CSS style. Under the CSS <style> tag, add the property background-image. The property sets a graphic such as jpg, png, svg, gif, etc. HTML5 do not support the <body> background attribute, so CSS is used to change set background image.
I hope it helpful.
Answered by
1
Answer:
To set the background images of a webpage, use the CSS style. Under the CSS <style> tag, add the property background - image. The property set a graphic such as jpg, png, svg, gif, etc. HTML5 do not support the <body> background attribute, so CSS is used to change set background image...
Similar questions