Skip to content

Commit 8a729ac

Browse files
author
TechStack Global
committed
fix: add missing alt attributes
1 parent 4b12218 commit 8a729ac

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

test_images.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
<!DOCTYPE html>
2-
<html>
32

3+
<html>
44
<body>
5-
<h1>Amazon Images</h1>
6-
<h2>41eopoolt1L</h2>
7-
<img src="https://m.media-amazon.com/images/I/41eopoolt1L._AC_SL1500_.jpg" width="500">
8-
<h2>71wZJ7mibSL</h2>
9-
<img src="https://m.media-amazon.com/images/I/71wZJ7mibSL._AC_SL1500_.jpg" width="500">
10-
<h2>11RNLXhvOXL</h2>
11-
<img src="https://m.media-amazon.com/images/I/11RNLXhvOXL._AC_SL1500_.jpg" width="500">
12-
<script src="script.js"></script>
5+
<h1>Amazon Images</h1>
6+
<h2>41eopoolt1L</h2>
7+
<img alt="41Eopoolt1L visual" src="https://m.media-amazon.com/images/I/41eopoolt1L._AC_SL1500_.jpg" width="500"/>
8+
<h2>71wZJ7mibSL</h2>
9+
<img alt="71Wzj7Mibsl visual" src="https://m.media-amazon.com/images/I/71wZJ7mibSL._AC_SL1500_.jpg" width="500"/>
10+
<h2>11RNLXhvOXL</h2>
11+
<img alt="11Rnlxhvoxl visual" src="https://m.media-amazon.com/images/I/11RNLXhvOXL._AC_SL1500_.jpg" width="500"/>
12+
<script src="script.js"></script>
1313
</body>
14-
1514
</html>

0 commit comments

Comments
 (0)