@des254Submitted over 1 year ago
I placed an image to my html document but I can't see it in my live URL
I placed an image to my html document but I can't see it in my live URL
The reason the image won't display is because you've referenced a directory which doesn't exist (that is, the images folder).
To fix this, you can either create an images folder and then place the image within that folder, or you can directly reference the image as src='image-qr-code.png'.