Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

Hi
I am unable to proceed on the part “Your second h2 element should have the text Instructions.”
Can anyone help me through this.

My Favourite Recepie

Curry

Curry curry

Ingredients

  • Salt
  • Tumeric
  • Onion
  • Tomatoes
  • Instruction

    1. sugar
    2. water
    3. oil
    4. chai seed
    eggs to be added

    Your code so far

    <!DOCTYPE html>
    <html lang="en"></html>
    <head>
      <meta charset="UTF-8">
    <title>My Favourite Recepie</title>
    </head>
    <body>
      <h1>Curry</h1>
      <p>Curry curry</p>
    <h2>Ingredients</h2>
      <ul>
        <li>Salt</li>
        <li>Tumeric</li>
        <li>Onion</li>
        <li>Tomatoes</li>
    <h2>Instruction</h2>
    <ol>
      <li> sugar</li>
      <li> water</li>
      <li>oil</li>
      <li>chai seed</li>
      </ol>
      <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="eggs to be added">
      </body>
      </html>
    

    Your browser information:

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

    Challenge Information:

    Build a Recipe Page - Build a Recipe Page

You have missed the ‘s’. The text needs to be exactly as asked.

1 Like