Instead of a color, how can i put an image on the background of a page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Instead of a color, how can i put an image on the background of a page?

20th Jul 2016, 4:55 PM
Leo Red
Leo Red - avatar
2 Answers
0
in css use background-image:URL("image.jpg");
20th Jul 2016, 5:11 PM
manish rawat
manish rawat - avatar
- 1
Using html is <html> <body background="image.jpg"> </body> </html>
20th Jul 2016, 6:13 PM
WOLF12