Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

It is telling me to write an ordered element below the h2 element but no matter how many times i write it, it is showing me the same thing. Please tell me what is wrong with the code

Your code so far

<!DOCTYPE html>
<html lang="en"></html>
  <html><head><title>Aloo Paratha</title></head></html> 
  <head><meta charset="UTF-8"></head>
  <html><body></body></html>
<h1>Aloo Paratha</h1>
  <p> This is a recipe made for breakfast and can be done at home easily with the given recipe</p>
    <h2>Ingredients</h2>
     <ul>
       <li>flour</li>
         <li>potato</li>
          <li> salt</li>
           <li>green chilli </li>
           </ul>
   <h2>Instructions<h2>
  <ol> 
       <li>Firstly, we have to combine flour and water to form dough.</li>  
         <li>Then we boil the potato,peel it and then smash it.</li>
           <li>Next, we will mix the  smashed potatoes,chopped green chilli and salt.</li>
             <li>Now we wil keep the smashed potato inside the dough and make a spherical shaped dough.</li>
               <li>We will role the dough to make a circle and keep it on the pan to roast it.</li>
   </ol>   
                 <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg " alt="Ingredients">  

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Build a Recipe Page - Build a Recipe Page

1 Like

Hi @sukuna1 and welcome to our community!

Your h2 element is missing something. Fix that and you’ll pass the failing test.

Aw man. You’ve got just a little syntax error in your h2 element. You’re gonna to kick yourself when you see it. Just go through your h2 letter by letter and character by character and you’ll find it.

1 Like