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?
6 Respostas
+ 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")
+ 3
No problem. You can also use the search bar to avoid duplicates :
https://www.sololearn.com/Discuss/624265/?ref=app
+ 3
Chose the option: Open image in new tab and then copy that link:
https://code.sololearn.com/W8Em7RNm27yZ/?ref=app
+ 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
+ 1
Thank you!
0
Why the image isn't displayed?
https://code.sololearn.com/WbfA8EIBNI3R/?ref=app