Aprenda HTML criando um aplicativo de fotos de gatos - Passo 6 - leUzImhoQqzlFIT6a7Rbp

Conte-nos o que está acontecendo:
O elemento h2 deve estar abaixo da tag de abertura do elemento main e a tag de abertura deve estar 6 espaços após o início da linha.

ja tentei de todas as formas porem o erro ainda persiste

  **Seu código até o momento**
<html>
<body>
      <h1>CatPhotoApp</h1>
  <main>
  <h2>Cat Photos</h2>
      <!--TODO: Adicionar link para as fotos de gatos-->
      <p>Click here to view more cat photos</p>
  </main>
</body>
</html>
  **Informações de seu navegador:**

Agente de usuário: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Desafio: Aprenda HTML criando um aplicativo de fotos de gatos - Passo 6

Link para o desafio:

Restart the step to get the original code formatting back since formatting is very important for this step. The only thing you want to do is use your space bar to add two more spaces before the h2 element, the comment, and the h1 element. That’s all you want to do. Do not make any other changes.

I know the instruction say h1 but that is a mistake. You’ll have to trust me that it is the h2 element.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.