+ 1
Google picture doesn't load in HTML playground
I just started in HTML, I wanted to insert an image from Google by copying the image URL and I pasted the URL into the "src" of the "img" part. But when I run the code, the picture doesn't load. How can I solve this? https://code.sololearn.com/W8w0t492s9JT/?ref=app
5 odpowiedzi
+ 3
Found this code
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
+ 3
Mattis
You can't directly upload to Sololearn from a Google page.
You will need to download/save your image to a place like dropbox, then upload to Sololearn from that location.
I will find some instructions for you to follow
+ 3
Jayakrishna🇮🇳
Thanks
+ 2
Link is not image link. It's a web link
here is your image, Use this instead...
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwp73Q0iBHRu0vJ-ZeOtGZw8kN1fworDVR0Q&usqp=CAU" alt="Bédoin">
hope it helps......
edit:
Rik Wittkopp it's already a cloud link. But not image link..
+ 1
Thanks for the answers, the link works. I will try it through Dropbox in the future. :)