Tell us what’s happening:
i don’t understand why i am getting an error like “you should have an html element with lang set to en”
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gulab jamun</title>
</head>
<body>
<h1>gulab jamun</h1>
<p> first of all to prepare tasty and yummy gulab jamun take instant gulab jamun mix.mix it with water to prepare sphere shaped balls.after that make round balls keep them aside.Deep fry them.after frying them mix them with sugar pakam</p>
<h2>Ingredients</h2>
<ul>
<li>instant gulab jamun mix</li>
<Li>elachi</li>
<li>water</li>
<li>sugar</li>
<li>oil</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Don't play with hot oil</li>
<li>Don't mix high quantity of water with instant mix</li>
<li>Don't put excess amount of sugar</li>
<li>Don't overheat oil</li>
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg " alt=tasty gulab jamun>
</body>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Challenge Information:
Build a Recipe Page - Build a Recipe Page