Build a Recipe Page - Build a Recipe Page

Tell us what’s happening:

keep saying "You should have an html element with lang set to en.

Your code so far

<!DOCTYPE html>
<html lang="en-US">
  <head>
    <meta charset="UTF-8">
    <title>Receita teste</title>    
  </head>
  <body>
    <h1>Nome da Receita</h1>
    <p>Essa e a descricao da receita,vlw</p>
    <h2>Ingredients</h2>
    <ul>
      <li>Um pouco disso.</li>
      <li>Um tico daquilo.</li>
      <li>Punhado de coisa.</li>
      <li>Pitada daquilo.</li>
      </ul>
      <h2>Instructions</h2>
      <ol>
        <li>Mexe e adiciona e refoga.</li>
        <li>O mesmo so que ao contrario.</li>
        <li>Continua tudo e adiciona mais um pouco.</li>
        <li>Ultimo passo para acabar a lista.</li>
        </ol>
        <img src="https://pbs.twimg.com/profile_images/1134623406/DSC_0019profileTT.JPG" alt="Grande gugu ieie">
  </body>  
</html>

Your browser information:

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

Challenge Information:

Build a Recipe Page - Build a Recipe Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-recipe-page/668f08ea07b99b1f4a91acab.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi

This line, you have set the language to en-US when it askes for it to be set to en

<html lang="en-US">