Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

Im Stuck at 8. step where it states "you should have a body element within your html "

Your code so far

<!DOCTYPE html>
<html lang="en"> 
  <head>
    <meta charset="UTF-8">
    <title>The protein muffin</title>
    </head> 
    <body>
      <h1>Banana Nut Protein Muffins</h1>
     <p> These are the only macros you will need packed with clean delicious ingredients to help you meet your callories intake. </p>
     <h2> Ingredients</h2>
     <ul>
      <li> 1 banana </li>
      <li> 1 cup of oats </li>
      <li> 2 cups of whey protein </li>
      <li> 3/4 of cup of oat milk </li>
      <li> 1 egg </li>
      <li> 2 cups of Baking soda </li>
      </ul>
      <h2>Instructions</h2>
      <ol>
        <li>smashed banana</li>
        <li>crack the egg into the bowl</li>
        <li>Add the two scoops of protein powder follow by the baking soda</li> 
        <li>1 cup oats and oat milk then mix it</li>  
      </ol>
      <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="protein muffin">
      <body>
        </html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Safari/605.1.15

Challenge Information:

Build a Recipe Page - Build a Recipe Page

GitHub Link: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/blocks/lab-recipe-page/668f08ea07b99b1f4a91acab.md

Welcome back to the forum @Gito

Does your body element have a closing tag?

Happy coding