My image is not displaying | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

My image is not displaying

I can't find my image. I only see a thumbnail pic

13th Mar 2019, 11:08 AM
Zeal
Zeal - avatar
5 Answers
+ 2
Take this url for your image- https://upload.wikimedia.org/wikipedia/commons/c/ca/Chapultepec_Zoo_-_Jaguar_%2802%29.jpg See if this is working or not.
13th Mar 2019, 11:39 AM
ヽ(^。^)ノ✨ヽ(^。^)ノ
ヽ(^。^)ノ✨ヽ(^。^)ノ - avatar
13th Mar 2019, 11:43 AM
ヽ(^。^)ノ✨ヽ(^。^)ノ
ヽ(^。^)ノ✨ヽ(^。^)ノ - avatar
+ 1
This is the code. <html> <head><title>Practice makes perfect</title></head> <body> <img src="https://en.m.wikipedia.org/wiki/File:Chapultepec_Zoo_-_Jaguar_(02).jpg" style="width="75px";height="75px"" alt="Jaguar" /> </body> </html>
13th Mar 2019, 11:37 AM
Zeal
Zeal - avatar
+ 1
Shows only thumbnail. How can I source an image from my gallery?
13th Mar 2019, 11:38 AM
Zeal
Zeal - avatar
0
Thanks man
13th Mar 2019, 11:49 AM
Zeal
Zeal - avatar