<!DOCTYPE html> <html> <body> <p>When the image is not visible in the browser due to wrong source</p> <img src="files/web.png" alt="Here is image" width="200"/> <img src="files/eb.png" alt="Here is image" /> <!--This second image is not available due to wrong address---> </body> </html>
Run
×
Share