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
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