+ 6
Images don't appear in html.
When i put the tag of image ( <img src="" alt="" /> ) in the html code on my pc. And open the web to see my work in, images don't appear, but alt value appears. I put the image in the folder i work in. And put the name of image in the src, but it does't appear. What's the reason, and how can i solve.
9 odpowiedzi
+ 14
You have to add the extension of image too, like .png or .jpeg
+ 23
If You Wanna Appear An Offline Image So It Has It'$ Own Method!!!😊✌
+ 11
Post your full code to we see error, if you got alt thats mean so dont put correct path of your image
+ 10
Same with me..
https://code.sololearn.com/WTwmlSO9qg80/?ref=app
+ 7
Please show us your code so we can understand the situation, thanks
+ 6
<img src=".......png" alt""/>
+ 4
they do
+ 3
The problem was that i didn't put the image extension. Now i put the extension, and the image appear... Thanks all.