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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

2nd Mar 2018, 12:16 PM
Arul Murugavel.B
Arul Murugavel.B - avatar
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
2nd Mar 2018, 12:35 PM
NezhnyjVampir
+ 6
thanks bro
2nd Mar 2018, 1:30 PM
Arul Murugavel.B
Arul Murugavel.B - avatar