0
Have been trying to link an image to my html using <img src="....." In solo lean app. What could i be missing? Am a beginner
2 Antworten
+ 3
William
Your image path should be valid. You can't access your local device path.
See here how you can get image link:
https://code.sololearn.com/WT3661NHpV3B/?ref=app
+ 1
By using<img><img src="link of the image" alt="image" width="400" height="300">
https://www.sololearn.com/Discuss/2522797/i-need-to-add-an-image-in-html-can-u-pls-help-me-that-what-should-be-the-src-because-i-can-t-see-the/