Image in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Image in html

Hi! I know how to insert an image or a gif in html page, but I don't know how to do if I'm writing the code of the page from this app. How can I do?

12th Mar 2019, 8:03 PM
Call me Ema
Call me Ema - avatar
6 Answers
+ 3
The same way. I don't know what's confusing you, but you can upload your photo to some image hosting site and paste the link in src atribute or in url atribute in css. <img src="http://i.imgur.com/uGday7L.jpg" /> background: url("http://i.imgur.com/uGday7L.jpg")
12th Mar 2019, 8:14 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
+ 3
No problem. You can also use the search bar to avoid duplicates : https://www.sololearn.com/Discuss/624265/?ref=app
12th Mar 2019, 8:39 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
+ 3
Chose the option: Open image in new tab and then copy that link: https://code.sololearn.com/W8Em7RNm27yZ/?ref=app
12th Mar 2019, 8:44 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
+ 1
Thank you. I was confused because when I did web site due school, I import the image writing the name that I assigned at the file saved in the same folder. Thanks
12th Mar 2019, 8:22 PM
Call me Ema
Call me Ema - avatar
+ 1
Thank you!
12th Mar 2019, 8:45 PM
Call me Ema
Call me Ema - avatar
0
12th Mar 2019, 8:37 PM
Call me Ema
Call me Ema - avatar