Crie um Menu de Cafeteria - Passo 2

Conte-nos o que está acontecendo:

CAMPER CAFE

o código diz que o elemento preexistente main deve permanecer o mesmo. Solícito a correção.

Seu código até o momento

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
  </head>
  <body>
    <main>

<!-- User Editable Region -->

    
    <main>
      <h1>CAMPER CAFE</h1>
    </main>
    
     

<!-- User Editable Region -->

    </main>
  </body>
</html>

Informações do seu navegador:

Agente de usuário: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36

Informações do desafio:

Crie um Menu de Cafeteria - Passo 2

Hi @robertrosadelima
You have an main element already provided, why you added another one!
Please look again carefully to your code you have a nested main in another main element that’s the proplem.
Enjoy coding!