HTML Image not displaying, while the src url works
Your file needs to be located inside your www directory. For example, if you’re using wamp server on Windows, j3evn.jpg should be located, C:/wamp/www/img/j3evn.jpg and you can access it in html via <img class=”sealImage” alt=”Image of Seal” src=”https://stackoverflow.com/questions/img/j3evn.jpg”> Look for the www, public_html, or html folder belonging to your web server. Place all your files … Read more