image broken | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

image broken

Why doesn't the image in this code show up when I run it in the browser? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Ode to Chocolate</title> </head> <body> <h1>An Ode to Chocolate</h1> <h2>A Chocolatey Reflection</h2> <p>I love chocolate soooooo much. If I could, I would eat chocolate every single day, every single hour, every single second. I am so obsessed about chocolate that I dream about it every single night. People tell me I have a problem, but I say, "How can chocolate be a problem? Chocolate IS the ANSWER."</p> <img src="http://stogiepress.com/blog/wp-content/uploads/2014/12/Chocolate-truffles.jpg" alt="chocolates"/> <h2>Favorite Chocolates</h2> <ul> <li class="almond">Almond Joy</li> <li class="butterfinger">Butterfinger</li> <li class="ferrero">Ferrero Rocher</li> <li class="all">But I also love all kinds.</li> </ul> </body> </html>

7th Jul 2018, 2:29 AM
Chase Holladay
Chase Holladay - avatar
1 Answer
+ 2
When I try to access the image it appears as unavailable and redirects me, so you should check if the image is still available.
7th Jul 2018, 2:52 AM
Mickel
Mickel - avatar