Tell us what’s happening:
i cant understand what is place body element in html means
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<body>
<title>My Good Recipe</title>
<meta charset="UTF-8">
<h1>My Good Recipe</h1>
<p>Its a recipe of potato and can make anywhere</p>
<h2>Ingredients</h2>
<ul>
<li>Potato</li>
<li>Pulses</li>
<li>Dals</li>
<li>chilli</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>cut potato first</li>
<li>put pulses in the cutted potato</li>
<li>then put dals on it</li>
<li>then lastly we gonna put some chilli</li>
<ol>
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="eggs and salt">
</body>
</head>
</html>
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