Tell us what’s happening:
what is happening here, i can’t find my error, please help
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<h1>Rice</h1>
<p>This is a Rice recipe</p>
<h2>Ingredients</h2>
<ul>
<li>Rice</li>
<li>Water</li>
<li>Salt</li>
<li>Garlic</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Wash the rice</li>
<li>Frie the garlic</li>
<li>2 Cup of Water and Rice</li>
<li>Eat</li>
</ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="3 Eggs">
</body>
</hmtl>
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 Edg/135.0.0.0
Challenge Information:
Build a Recipe Page - Build a Recipe Page