Computer Science, asked by freshudeze, 8 months ago

please how to make a web page background with html

Answers

Answered by ᏕɱartYᎶᴜʀɭ
1

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.

Similar questions