Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

Please i’m stuck..
My html element has been added with "lang " set to “en” but i’m still being wrong and which i don’t see how. Also for my head element within the html element. Please advise.

Your code so far

<!DOCTYPE html>

<html lang="en">  
  <head>
<meta Charset="UTF-8">
<title>fried egg and toasted bread</title>
</head>
<body>
  <h1>Fried Egg and Toasted Bread</h1>
    <p>Breakfast</p>
    <h2>Ingredients</h2
      <section>
        <ul>
          <li>flour</li>
            <li> eggs</li>
              <li> pepper</li>
                <li>onion</li>
                  </ul>
                  </section>
                  
<h2>Instructions</h2>
    <ol>
    <li>groundut oil in the frying pan</li>
      <li>Mix egg with pepper and onion</li>
        <li>fry the eggs in the frying pan</li>
          <li>bake your bread</lu>
            </ol>
          
<img src="https://cdn.freecodecamp.org/curriculum/labs/recipe.jpg" 
alt="Three white eggs">

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

did you add all the necessary parts of that element?

Yes I have and I cross check, I can’t seem to find anything missing

Whenever I make a tag I say is this a “void” element? meaning does it get a closing tag?

I don’t know if you gave us your full code for HTML but there might be stuff missing. Look for example on w3schools .

You can always check your code with an HTML validator like W3C Markup Validation Service.