Hello everybodyđź‘‹
Can anyone tell me what’s wrong with this code? There’s something missing in the last exercise that i didn’t catch.
Thanks
<!-- file: index.html -->
<!DOCTYPE html>
<html>
<head>
<title>The Odin Recipes</title>
</head>
<body>
<h1>Creamy Chocolate Fudge
</h1>
<img src="https://www.freecodecamp.org/curriculum/the -odin-recipes-photo-app/epiphany-stocking.jpg"alt="The Odin Recipes">
<h2>Description</h2>
<p>epiphany stocking
</p>
<p>red and white
</p> <h2>Ingredients</h2>
<ul>
<li>cream</li>
<li>chocolate</li>
</ul>
<h2>Steps</h2>
<ol>
<li>cream</li>
<li>chocolate</li>
</ol>
<h2>More Recipes</h2>
<ul>
<li>
<a>other epiphany stocking</a>
</li>
<li>click here<a href="#"><img src="https://www.freecodecamp.org/curriculum/the-odin-recipes-photo-app/epiphany-stocking.jpg"alt="The Odin Recipes">epiphany stocking photos</a></li>
</ul>
</body>
</html>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Safari/537.36
Challenge Information:
Learn HTML Foundations by Building a Recipe Page - Build a Recipe Page Project