Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

help me in this code

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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Recipe Page - Build a Recipe Page

What is the problem you are trying to get help with? Tell us more about it.

You are just missing a closing angle bracket.