Tell us what’s happening:
the code i have write is correct but i still getting error So, i want your help guys.
It showing that head element should be within the html
and head element with lang set en.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>this recipe title</title>
</head>
<body>
<h1>Cake recipe</h1>
<p>this recipe is very simple.</p>
<h2>Ingredients</h2>
<ul>
<li>all purpose flour</li>
<li>milk</li>
<li>sugar and butter</li>
<li>eggs</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Wisk 2 eggs</li>
<li>add 50g of flour to bowl</li>
<li>add melted butter and 30g sugar</li>
<li>bake the batter for 30 mins in oven</li>
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="Cake">
</body>
</hmtl>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page