Tell us what’s happening:
so its saying I don’t have a body element within my html element, which I do, and that I don’t have my html element with lang=“eng”. which I do. what’s wrong?
Your code so far
<!DOCTYPE html>
<html lang="eng">
<head>
<body>
<meta charset="UTF-8">
<title>Egg</title>
<h1>Egg</h1>
<p>How To Make Egg</p>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="egg ingredients">
<h2>Ingredients</h2>
<ul>
<li>shell</li>
<li>white</li>
<li>yolk</li>
<li>soul</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>hen and rooster</li>
<li>fall in love</li>
<li>wait</li>
<li>steal fetus</li>
</ol>
</body>
</head>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0
Challenge Information:
Build a Recipe Page - Build a Recipe Page