+ 1
Why sometimes images can't open on html......
my coding is right
5 Respuestas
+ 2
make sure the path is correct and use "alt" for another alternative image.
+ 1
i've used alt
but it doesn't work
+ 1
unclear question bro. Describe the way that you use to open an image. Here is the right way:
( image location:mypc/image.jpg)
<body>
<img src="mypc/image.jpg" alt "">
</body>
+ 1
i've used this tag
it is not working
+ 1
Mostly because of wrong path...trying adding alt