HTML
1
2
<html>
3
<head>
4
<title>Show Image alt attribute </title>
5
</head>
6
<body>
7
<p> Image does not load properly, so Alternative text appear</p>
8
9
<img src="nature.jpg" alt="Beauty of Nature" />
10
</body>
11
</html>
CSS
โx
1
โ
JavaScript
1
1
โ
Output: