<html>
<body>
<h2>Alternative text</h2>
<img src="w3schools.jpg" alt="W3Schools.com" style="width:104px;height:142px;">
<p>The alt attribute is meant to be used as an alternative text if the image is not available. Text-only browsers cannot display images and will only display the text specified in the alt attribute. Here, the alt text is "W3Schools.com".</p>
</body>
</html>