0
How to insert images the right way??
I inserted images according to the lesson. Using the img tag and the src attribute and URL and the quotes but when I run the code it appears like an error!! https://sololearn.com/compiler-playground/WMmzqf22WK4N/?ref=app
5 Réponses
+ 3
Dear Elina,
The problem is that you haven't copied the image link. You've actually copied the google link that views the image! Instead, try openning the site, finding the image, and then copy the URL by long pressing on it.
+ 5
https://code.sololearn.com/W3tFJ1g5TcWk/
You need to copy the link for the image.
Check if the links take you directly to a full-size picture with nothing else but the image on the page.
To make the code work I copy pasted your url to a browser and clicked on "full-size image" on mobile or right clicked to find "copy image link" on desktop and used that as src for the img tag
+ 3
Hi Elina, your image links dont look right. Double check the paths to the images you want to display
+ 2
+ 1
Welcome Elina 🙂
Any other questions? Here to help you!