Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I need help brain overload.! Says Im Missing Body And my list is incorrect…?

P.S

8. You should have a body element within your html element.
10. You should only have one h1 element.
17. You should have an ordered list element below your second h2 element.
18. You should have at least four list item elements in your ordered list with the instructions.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Sugar Cookies</title>
      <meta charset="UTF-8">
      <html>
        <body>
        <h1>Sugar Cookies</h1>
        <p>Recipe Ingredients In Here</p>
        <h2>Ingredients</h2>
        <p>Blah Blah</p>
        <h1>Just Because</h1>
        <h2>Instructions</h2>
        <ul>
        <li>Eggs</li>
        <li>Milk</li>
        <li>Oil</li>
        <li>Butter</li>
        </ul>
        </p>
        <h3>Click hyperlink for instructions</h3>
      <img src="freeCodeCamp.org" alt="https://freecodecamp.org/"</a>
  </head>
</html>

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

Think about a human. Where is your body positioned relative to your head. Is your body inside of your head?

review the HTML boilerplate here: https://www.freecodecamp.org/learn/full-stack-developer/lecture-understanding-the-html-boilerplate/what-is-an-html-boilerplate

check where you closed your head

think of it like your body