How do I insert a photo into the background of a code such as the one below ⏬ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How do I insert a photo into the background of a code such as the one below ⏬

https://code.sololearn.com/Wv6Px8k0D3Oi/?ref=app

16th May 2018, 8:44 AM
Calimari
Calimari - avatar
14 Answers
+ 11
pls look at the code and tell again
16th May 2018, 9:15 AM
Calimari
Calimari - avatar
+ 9
no go to wiki, search html and a photo comes
16th May 2018, 9:07 AM
Calimari
Calimari - avatar
+ 9
yay I got it
16th May 2018, 9:08 AM
Calimari
Calimari - avatar
+ 9
Thanks all of you!👌
16th May 2018, 9:09 AM
Calimari
Calimari - avatar
+ 8
Thanks both of you
16th May 2018, 8:58 AM
Calimari
Calimari - avatar
+ 8
um...... how should I get the URL of a Google photo
16th May 2018, 9:04 AM
Calimari
Calimari - avatar
+ 8
how should I get it's url?
16th May 2018, 9:07 AM
Calimari
Calimari - avatar
+ 7
help
16th May 2018, 9:29 AM
Calimari
Calimari - avatar
+ 4
You should try css and its elements to insert an image, also complete css course in sololearn application okay,😀
16th May 2018, 8:50 AM
Sanjeet
Sanjeet - avatar
+ 4
Artemisathena456 yes, that should be used, background image, in html
16th May 2018, 8:57 AM
Sanjeet
Sanjeet - avatar
+ 4
Medhansh Baviskar just copy the url from web browser, simple😃
16th May 2018, 9:05 AM
Sanjeet
Sanjeet - avatar
+ 3
In the css section: body { background-image: url('http:path/to/the image'); }
16th May 2018, 9:03 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 2
Medhansh Baviskar use your html coding to insert the image if that not works
16th May 2018, 9:53 AM
Sanjeet
Sanjeet - avatar