Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

Can someone help? I can’t figure out the problem… I keep getting the same 2 errors. Please and Thank you.

  1. Your second h2 element should have the text Instructions.
    Failed:17. You should have an ordered list element below your second h2 element.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="utf-8">

<title>Homemade Chinchilla Cookies</title>
</head>
<body>
<h2>Ingredients</h2>
<h1>Homemade Chinchilla Cookies</h1>
     <p>Your chinchilla will love these homemade chinchilla cookies!</p>
     <figure>
        <img src="https://scontent-phx1-1.xx.fbcdn.net/v/t39.30808-6/488162451_9024177114353891_5285602381114382_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=107&ccb=1-7&_nc_sid=833d8c&_nc_ohc=lYVcNJ6prdcQ7kNvwHPvinO&_nc_oc=Adkt5QKC1O6F_S_0r3HHNvc1uaVf2xKCqnojUo1m0Vhja342Dok4Xv4YaPpy99rj8NA&_nc_zt=23&_nc_ht=scontent-phx1-1.xx&_nc_gid=51kRVQxOrf2eD0GgKoGTaQ&oh=00_AfGXWfPfSpP2DylEarr3NQlwKGCZQu0dh4SXC-by1-rVug&oe=680351BC" alt ="2 cute chinchillas" >
        <figcaption>My Own 2 Girls, Pica and Bixby</figcaption>
     </figure> 
<h2> Ingredients</h2>
<ul>
          <li>Water</li>
          <li>Critical Care Omnivore </li>
          <li>An Oven</li>
          <li>Parchmant Paper</li>
</ul>
<figure>
    <img src="https://scontent-phx1-1.xx.fbcdn.net/v/t39.30808-6/489532065_9057329374371998_1510280726775335186_n.jpg?stp=dst-jpg_p526x296_tt6&_nc_cat=108&ccb=1-7&_nc_sid=833d8c&_nc_ohc=g83R7Uj9iKMQ7kNvwH5lpKr&_nc_oc=AdmoEcEVH7RMx9bQGIOj0jTEyxWtTsohhXslL7Ke-xpbmsKPqgPjSLQqIGEOG_vNCqM&_nc_zt=23&_nc_ht=scontent-phx1-1.xx&_nc_gid=51kRVQxOrf2eD0GgKoGTaQ&oh=00_AfFEcIRyytdwEmoBobVqyxEAP_Q32grH811XT6IpQEsNgg&oe=68035890" alt="A chinchilla on my husband's shoulder">
        <figcaption>Your chinchilla will be literally eating out of your hand!</figcaption>
   </figure>

   <h2>Instructions.</h2>
<ol>
   <li>Preheat oven to 300</li>
   <li>Mix 2 parts Critical Care with 1 part water</li>
   <li>Form into cookie shaped patties</li>
   <li>Place on cookie sheet covered in parchmant paper</li>
   <li>Bake for 1 hour or until brown</li>
   <li>Let sit overnight with paper towel over them</li>
</ol>
 <p>Don't give your chinchilla too many treats</p>

   <p>Please only give treats 2 to 3 times a week.</p>

   <p>Here is a link to the <a target="_blank" href="https://www.facebook.com/groups/1532021723741302">Chinchilla Owner's Club</a>to get great information about chinchillas!</p>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 OPR/117.0.0.0 (Edition ms_store)

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Welcome to the forum @Jenclark0211

  1. Try removing the punctuation mark in the second h2 element.
  2. You have and extra h2 element above the h1 element

Happy coding

This is actually your second h2 element and list.

Thank you for the tips. It worked, I spent hours looking right at it.

Thank you very much.

1 Like