Tell us what’s happening:
Hi, the image isn’t showing, I tried other urls, ending the instead of just the >, moving it around, but nothing works.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chocolate Cones</title>
<meta charset="utf-8"/>
</head>
<body>
<h1>Chocolate Cones</h1>
<p>I love chocolate, do you love it too? If you do, then you won't want to miss on this tasty recipe. It's vegan and raw, so no need for stoves!</p>
<img scr="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="Chocolate">
<h2>Ingredients</h2>
<ul>
<li>1/2 cup of cacao powder</li>
<li>1/2 cup of young coconut meat</li>
<li>2 teaspoons of lemon juice</li>
<li>3/4 cup of peeled and chopped apple</li>
<li>1 1/2 cups of water</li>
<li>1 1/4 cups of flax meal</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Blend all the ingredients, except the flax meal, until smooth</li>
<li>Add the flax meal last, as it will start to thicken the mixture</li>
<li>Spread batter thinly into 5 to 6 inch rounds on dehydrator sheets</li>
<li>Dehydrate 5 to 6 hours until dry but pliable</li>
<li>Remove rounds from the sheets and shape each into a cone</li>
<li>Place cones on dehydrator and dehydrate for 24 hours until crisp</li>
</ol>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0
Challenge Information:
Build a Recipe Page - Build a Recipe Page