Why the image doesn't appear??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why the image doesn't appear???

I put this <img src="https://images.app.goo.gl/EdLvQn6qabJ6mEwY6">

2nd Mar 2023, 11:12 AM
hi It's me (Sniper monke#7020)
hi It's me (Sniper monke#7020) - avatar
3 Answers
+ 2
Images usually end with "jpg", "png" and alike. You need to get the correct link that ends with an image format specifier.
2nd Mar 2023, 11:22 AM
Lisa
Lisa - avatar
3rd Mar 2023, 8:48 AM
Jayakrishna 🇮🇳
0
your code should be like this to view image: <img src="image.png"> or <img src="https://www.emample/img/899/78trees.png">
3rd Mar 2023, 11:52 AM
Abdun Nur Porag
Abdun Nur Porag - avatar