Computer Science, asked by mukulsingh10c12256sj, 5 months ago

•Show how we can change background colour and background image of a webpage by appropriate
tags.​

Answers

Answered by dhirajpandey001
0

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.

Similar questions