<html>
<head>
<title>Poori Padhai</title>
</head>
<body>
<h2>HTML Image</h2>
<img alt="Logo of Poori Padhai" src="http://www.pooripadhai.com/favicon.pnx">
<!--Above, the link of the image is incorrect.
Incorrect link : favicon.pnx
Correct link : favicon.png
Extension of image is different
So, as a result, we will get alt text visible on the screen.-->
</body>
</html>