Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

It tells me that I don’t have an html with lang set to en. And it tells me that the head and body part is missing. But I put it in how I learned it. Am I missing something?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>My Recepie</title>
    <meta charset="UTF-8">
    </head>
  <body>
    <h1>Banana Cake</h1>
    <p>best Banana Cake you ever had</p>
    <h2>Ingredients</h2>
    <ul>
      <li>old ass Bananas</li>
      <li>Flour</li>
      <li>Milk</li>
      <li>my mother</li>
    <h2>Instructions</h2>
    <ol>
      <li>Take old ass Bananas</li>  
      <li>Get my mother</li>
      <li>let her do the Banana Cake</li>
      <li>Finish</li>
      <img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="not a Banana Cake">
    </body>  

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/16.6 Safari/605.1.15

Challenge Information:

Build a Recipe Page - Build a Recipe Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-recipe-page/668f08ea07b99b1f4a91acab.md at main · freeCodeCamp/freeCodeCamp · GitHub

do you have the closing tag of html?