Ola, preciso de ajuda, não consigo resolver o Desafio: Passo 6

Conte-nos o que está acontecendo:
Descreva detalhadamente o problema aqui.

  **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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Desafio: Passo 6

Link para o desafio:

HI @antoniocarmoaraujo !

Welcome to the forum!

I would reset the lesson because it looks like you changed to many things here.

Make sure to only move the h2, p and comment tag 2 spaces to the right.
Make sure to only do that and nothing else.

Then the test will pass

1 Like

Muito obrigado, redefinir a lição mais continua dando esse erro:

 <main>
      <h2>Cat Photos</h2>
      <!-- TODO: add link to cat photos. -->
      <p>Click here to view more cat photos.</p>
    </main>

" O comentário deve estar abaixo do elemento

h2

e começar 6 espaços após o início da linha."

You are not supposed to add a period here

When you remove that period from the comment tag it should pass.

Remember not to add extra things to your code when you are not supposed to.

Hope that helps!

Muito obrigado, não me atentei ao ponto final.

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