Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I keep failing tests 2, 3, and 8. They all have to do with the element. I don’t know what I’m doing wrong. HELP!

Your code so far

<!DOCTYPE html>

<html lang="en">

  <head>
    <title>2-minute Guac!</title>
    <meta charset="utf-8">
  </head>
  <body>
    <h1>2-minute Guac!</h1>
    <p>This guacamole recipe is so easy and so good, it will make your tongue slap your brains out.</p>
    <h2>Ingredients</h2>
    <ul>
      <li>2 avocodoes</li>
      <li>Onion powder</li>
      <li>Garlic powder</li>
      <li>Lemon juice</li>
      <li>Cilantro</li>
    </ul>
    <h2>Instructions</h2>
    <ol>
      <li>Slice avocadoes and scrape the meat out and put it in a bowl</li>
      <li>Mash avocado meat</li>
      <li>Add garlic powder, onion powder, cilantro, and lemon juice</li>
      <li>Stir, and mix very well</li>
      <li>Put in fridge to cure overnight</li>
      <li>Enjoy</li>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="Three eggs, milk, flour, and a whisk sitting on a wood table">


Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

do you think you have all the pieces needed to make an html element?

you also need to check your ol element for a similar issue

1 Like