Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

According to the instructions I have followed them to the letter please help. But it says that I didn’t include the lang attribute, I also apparently didn’t add a head and body sections

Your code so far

<!DOCTYPE html>

<html lang="en">

  <section>
  
  <head> 
    
  <title> Egg fried rice Recipe </title>
    <meta charset="UTF-8">
    </head>
</section>

<section>
<body>
      <h1> Ora's Egg fried rice </h1>

<p> The recipe is a 400 year old recipe originating from china and korea celebraing their ove of food and diversity </p>

<h2> Ingredients </h2>

<ul>
  <li>Eggs</li>
   <li>Day old rice</li>
    <li>Soya sauce </li>
       <li>Veggies </li>
  </ul>

  <h2>Instructions</h2>

  <ol>
  <li>Put the rice on a pan on low-heat</li>
   <li>Add the eggs after 5 minuts </li>
    <li>After another 10 minutes add the soya sauce and veggies  </li>
       <li>Cook for 5 mor minutes then <strong>Enjoy</strong> </li>
  </ol>

  <img src= "https://www.pantsdownapronson.com/wp-content/uploads/chicken-fried-rice-recipe-main.jpg" alt="An example of your dish should look like">
</body>
</section>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Make sure every HTML element that needs one has a closing tag.

Please review this lecture about the importance of using an HTML boilerplate.

You might also find it helpful to run your code through this HTML validator: