+ 3
Hi guys i need to know how to insert a background image in html pages in solo learn . Where to get those images for background
2 Answers
+ 13
Example:
body {
background-image:Â url("https://www.example.com/image.png");
}
You can find an image on Google and insert a link to it in your code.
If you want to use pictures from your phone, you have to upload them to image hosting and then use that link.
https://www.sololearn.com/discuss/389765/?ref=app
https://www.sololearn.com/discuss/976260/?ref=app
https://www.sololearn.com/discuss/1009467/?ref=app
https://www.sololearn.com/discuss/1045657/?ref=app
+ 6
thanks bro