Images not displaying (Path is fine)

Ok i am a newbie here,

So basically i uploaded a few images and they are not displaying on my webpage.
The path is correct because i can actually see the images when i simply use that path in the URL, but for some reason they wont load on the webpage. Please help me out here.

So i tried just using a single image
CODE:

abcd

Link:
https://guiot.000webhostapp.com/exp.php

When i actually try to see the image, its there i can see it.

https://guiot.000webhostapp.com/images/img.jgp

(Please dont mind the image, its just a random click using pi cam).

I cant figure out whats wrong here

Try this one. i found you typed SCR instead of SRC so plz make it src.

 <img src="https://guiot.000webhostapp.com/images/img.jgp" alt="abcd" />
1 Like