Tell us what’s happening:
it says I should have the html element with lang set to en, and I am pretty sure I checked everywhere and nothing works.
also ignore the image being eggs since I didn’t wanna put my own pic of pizza.
Your code so far
<!DOCTYPE html>
<html><lang="en">
<head>
<title>PIZZA RECIPE</title>
<meta charset="UTF-8">
</head>
<body>
<h1>Piza receipe</h1>
<p>make a delicious pieiza using these implrotnat steps!</p>
<h2>Ingredients</h2>
<ul>
<li>Cheese</li>
<li>Peperioni</li>
<li>Dough</li>
<li>Sauce</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Put doiug in da oven</li>
<li>Smear chees on that thang!</li>
<li>add sauce before the cheese forgot that part</li>
<li>peperironis on top of the "pizza"</li>
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt=eggs>
</body>
</html>
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/18.2 Safari/605.1.15
Challenge Information:
Build a Recipe Page - Build a Recipe Page