Tell us what’s happening:
- Your title element should have your recipe title.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"
<title>Pizaa recipe </title>
</head>
<body>
<h1>Pizza</h1>
<p>I want to cooke Delciuse Pizza</p>
<h2>Ingredients</h2>
<ul>
<li>Pizaa</li>
<li>asa</li>
<li>adad</li>
<li>ada</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>qer</li>
<li>qwerwe</li>
<li>qwerwe</li>
<li>qwerwe</li>
</ol>
<image src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" alt="Image could not be dispaly">
</body>
</html>
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