Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

I’m getting an error saying “You should have an html element with lang set to en”. I checked previous work and google and they all match what I have please help please and thank you

<html lang="en" Spicy Guacamole Recipe

Spicy Guacamole

Your code so far

<!DOCTYPE html>
<html lang="en"
  <head>
    <title>Spicy Guacamole Recipe</title>
    <meta charset="UTF-8">
  </head>
    <body>
      <h1> Spicy Guacamole</h1>
      <p> I discovered this recipe when my husband divorced me and took the kids. This Guac kept me going and the kids loved it so much I got partial custody.

      <img src="https://comohowto.com/wp-content/uploads/2025/07/u6982857984_httpss.mj_.runYBXdcSSA7qo_Spicy_Guacamole_Recipe_-_7be0cc50-5b13-41ea-8d56-c5627149c43c_0.png" alt="An image of a bowl of my homemade guacalome">  
     <section>
      <h2> Ingredients</h2>
      <ul>
        <li>3 large avocados 
        <li>3 Tbsp lime juice, freshly squeezed from 1 1/2 limes
        <li>1 medium tomatoes, seeded and diced
        <li>1/2 white onion, finely chopped
        <li>1/2 cup cilantro , from 1/2 bunch
        <li>2 serrano peppers, finely chopped (or use jalapenos for milder guac)
        <li>2 cloves garlic, pressed
        <li>1/2 tsp sea salt, or to taste
        <li>1/4 tsp ground black pepper, or to taste
        <li>1/2 tsp ground cumin  
      </section>
      <section>
        <h2> Instructions</h2>
         <ol>
           <li>Cut avocados in half, remove the seeds and scrape them out into a flat bottomed bowl. Smash with a potato masher or a fork. Squeeze lime juice directly over avocados.
           <li>Chop onion and add it to the bowl. Remove seeds from jalapenos, finely dice and add to the bowl.
           <li>Cut the tomato in half parallel with the top and remove seeds. Dice your tomatoes and add them to your bowl.
           <li>Press garlic and chop your cilantro than add them to the bowl.
           <li>Add 1/2 tsp dry cumin powder, 1/4 tsp freshly ground black pepper, 1/2 tsp salt and serve right away.
      </section>

    </body>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

Welcome to the forum @NANA9264!

Your HTML element is incomplete, and the syntax of your opening tag is not correct.

Please review this HTML Boilerplate theory lecture to understand the importance of starting your projects with a boilerplate.

Also, you may want to check the rest ofyour code with this HTML Validator.

Happy coding!