Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

  1. You should have a p element below your h1 element.

Your code so far

<!DOCTYPE html>
<html lang="en">
<html>
<body> 
  <head>
    <meta charset="UTF-8">
    <title>Pancakes</title>
    </head>
    </body>
      <h1>
        <p>Pancakes</p>
      <p>How to make pancakes?</p>
       <h2>Ingredients</h2>
       <body>
       <ul>
         <li>self raising flour</li>
       <li> eggs</li>
       <li>fruit</li>
       <li>milk</li>
       </ul>
       </body>
      <h2>Instructions</h2>
      <ol>
        <li>Sift the dry ingredients together.</li>
        <li>Make a well, then add the wet ingredients. Stir to combine.</li>
        <li>Scoop the batter onto a hot griddle or pan.</li>
        <li>Cook for two to three minutes, then flip.</li>
</ol>
      <img src= "https://www.simplyjillicious.com/wp-content/uploads/2019/07/best-gluten-free-pancakes-5.jpg" alt="picture of pancakes">
 </body> 
  </html>
   




Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Check your code, there’s a missing closing element somewhere.

happy coding.