Tell us what’s happening:
Please i’m stuck..
My html element has been added with "lang " set to “en” but i’m still being wrong and which i don’t see how. Also for my head element within the html element. Please advise.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta Charset="UTF-8">
<title>fried egg and toasted bread</title>
</head>
<body>
<h1>Fried Egg and Toasted Bread</h1>
<p>Breakfast</p>
<h2>Ingredients</h2
<section>
<ul>
<li>flour</li>
<li> eggs</li>
<li> pepper</li>
<li>onion</li>
</ul>
</section>
<h2>Instructions</h2>
<ol>
<li>groundut oil in the frying pan</li>
<li>Mix egg with pepper and onion</li>
<li>fry the eggs in the frying pan</li>
<li>bake your bread</lu>
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg"
alt="Three white eggs">
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page