Tell us what’s happening:
I’m stuck in step 13 and 16.. I’ve done as instructed and I don’t know what else to do.. please help.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SoboDrinkRecipe</title>
</head>
<body>
<main>
<h1>Making a Sobo drink</h1>
<P>To make a good sobo drink is very easy to do and i will be guiding us through some very simple steps on how to make a delicious sobo drink with no or little additional sweetner.</p>
<h2>Below are the <em>Ingredients</em> for sobo drink.</h2>
<ul>
<li>Dry Sobo leaf(Habiscus flower)</li>
<img src="https://images.app.goo.gl/EH7WZ" alt="Image of dried sobo leave">
<li>Ginger</li>
<img src="https://Iimages.app.goo.gl/f334Y" alt="Image of ginger root">
<li>Cloves</li>
<li>Desired fruit jusice of choice</li>
<h2>Follow these instructions to combine the ingredients.</h2>
<ol>
<li>Boil some water in a pot till boiling point</li>
<li>Add an appropriate amount pf the dried sobo leaf</li>
<li>Now add all other ingredients, the ginger, cloves, and the fruit juice you desire or any additive flavor to prefer</li>
<li>let it boil for like 15 minutes</li>
<li>sieve the red hot serup and let it cool in a fridge</li>
<li>add some suger to enhance the taste</li>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page