+ 20
Help!
How do I add an image in HTML, because I have added img and the link but it shows a blank box! ?????????????????đ„ș
10 Answers
+ 102
PeculiarP , you cannot use that link in SRC attributes because it takes you to the Google search page NOT to the actual image.
Get the download link of the picture, copy it and then use it in your code.
I pasted the link here đ:
https://image.shutterstock.com/image-vector/cute-unicorn-portrait-beautiful-rainbow-260nw-1156832074.jpg
+ 14
Yes check this code and click the link for practical videos
https://code.sololearn.com/W83WP9y3e0wq/?ref=app
+ 7
If u want to set the picture from internet for background
body{
background-image:URL("------");
}
+ 6
Store Ur image in Dropbox or some of the online storage websites.then copy the direct link of the image then paste in the IMG tag definitely it will work
+ 6
<img src="https://images.app.goo.gl/kz7HdCHAkeRPFTNu8" 100 pix/>
+ 5
Here is my code pure image mapping from Google
https://code.sololearn.com/WyBHu6rU59fJ/?ref=app
+ 5
Vitya problem is solved but one more problem here in downside of image shutterstock.com name is coming then how to remove that name ?
+ 3
If you would put the code here, i can probably check and see what's wrong.
+ 1
PeculiarP , this is what you need:
https://code.sololearn.com/W9yEkFONUI2Q/?ref=app
You just didn't copy the right link.