+ 1
My image is not displaying
I can't find my image. I only see a thumbnail pic
5 odpowiedzi
+ 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.
+ 2
+ 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>
+ 1
Shows only thumbnail. How can I source an image from my gallery?
0
Thanks man