Skip to content

Commit 41a6aaf

Browse files
authored
AMF Update debug-exercise-3.html
Exercise devslopes#3, completed.
1 parent d645285 commit 41a6aaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web-academy/html-101/exercises/debug-exercise-3.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<body>
99
<h1>HTML Debugging: Where are my images?</h1>
1010
<p>I should have three images here... something is wrong 🤔</p>
11-
<img scr="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" width="300">
12-
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/800px-CSS3_logo.svg.png" width="300">
13-
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png
11+
<img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" width="300" alt="html logo">
12+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/CSS3_logo.svg/800px-CSS3_logo.svg.png" width="300" alt="CSS logo">
13+
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" width="300" alt="JavaScript logo">
1414
</body>
15-
</html>
15+
</html>

0 commit comments

Comments
 (0)