File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web-academy/html-101/exercises Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments