While creating a landing page, I encountered an issue where it displayed three specific images when tested locally on my computer, but not when uploaded to the host server.
Even after re-uploading the images and trying different browsers like Chrome and Safari, the problem persisted.
Instead of showing the images, three question marks are displayed. The images are located in the same folder as the index.html
file and the path used is:
<img src="img1.png" id="picture1" class="img-responsive" />