Computer Science, asked by MatRyan, 6 months ago

how to insert an image in the background in html

Answers

Answered by shraddhadeshwali
1

Answer:

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.

Similar questions