0
Image can't display in my browser. The urf and the name are right
9 ответов
+ 10
<img src="img.png" width="50" height="50"></img>
+ 2
try on different browser if not may be something wrong in your code
+ 1
that's width not widht :)
+ 1
my be the image is not a jpg try to verify your code serch for examples via google
0
No 404 error in your browser console?
0
in the same floder name image : logo1.jpg
i write this code
< img src="logo1.jpg" alt=" my frist photo " style=" width:40px;height:40px;">
0
in browser i only see a border of my image with the alt text " my frist photo"
0
Take care the case sensitive as well
0
The browser shows you the alt text because it hasn't found the image.
Either you have mispelled the name of the image or the image doesn't exist in the same folder.