Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

It is saying I am missing an html with lang en it is also saying i am missing head element this is what i have though.

Jazmyn Recipe

Jazmyn Recipe

Element that introduces the recipe below

Ingredients

    Your code so far

    <!DOCTYPE html>
    <html lang="en">
      <meta charset="UTF-8">
      <head>
        <title>Jazmyn Recipe</title>
        </head>
        <body>
          <h1>Jazmyn Recipe</h1>
          <p>Element that introduces the recipe below</p>
          <h2><em>Ingredients</em></h2>
          <ul>
            <li>Ground Beef</li>
            <li>Lasagna Noodles</li>
            <li>Cheese</li>
            <li>Pasta Sauce</li>
          <h2>Instructions</h2>
          <ol>
            <li>Brown the gound beef</li>
            <li>Once ground beef is browned as your pasta sauce and seasoning to the ground beef</li>
            <li>Layer lasagna noodles, beef and cheese</li>
            <li>Put in oven pre heated to 400 for 45 minutes</li>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="My Lasagna Dish">
    </body>
          
        
    

    Your browser information:

    User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

    Challenge Information:

    Build a Recipe Page - Build a Recipe Page

Welcome to the forum @jazmyneis

Where is the closing html tag?

Also, the meta element is above the head element, you need to nest it inside the head element.

Happy coding

Tell us what’s happening:

It is saying I am missing an html with lang en it is also saying i am missing head element this is what i have though.

Jazmyn Recipe

Jazmyn Recipe

Element that introduces the recipe below

Ingredients

    Your code so far

    <!DOCTYPE html>
    <html lang="en">
      <meta charset="UTF-8">
      <head>
        <title>Jazmyn Recipe</title>
        </head>
        <body>
          <h1>Jazmyn Recipe</h1>
          <p>Element that introduces the recipe below</p>
          <h2><em>Ingredients</em></h2>
          <ul>
            <li>Ground Beef</li>
            <li>Lasagna Noodles</li>
            <li>Cheese</li>
            <li>Pasta Sauce</li>
          <h2>Instructions</h2>
          <ol>
            <li>Brown the gound beef</li>
            <li>Once ground beef is browned as your pasta sauce and seasoning to the ground beef</li>
            <li>Layer lasagna noodles, beef and cheese</li>
            <li>Put in oven pre heated to 400 for 45 minutes</li>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="My Lasagna Dish">
    </body>
          
        
    

    Your browser information:

    User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

    Challenge Information:

    Build a Recipe Page - Build a Recipe Page

did you remember to add the closing tag?

where should this line go? (may need to revise an old lecture)

He buddy, As here you can see the closing body tag but here you’ve forget to add the closing html tag