Edit This Code:
<!DOCTYPE html>
<html>
<body>

<p>If a browser cannot find an image, it will display the alternate text:</p>

<img src="http://www.w3schools.com/html/wrongname.gif" alt="HTML5 Icon" style="width:128px;height:128px;">

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy