I dont get what im doing wrong

Conte-nos o que está acontecendo:
look, the comment is already 6 spaces from the beginning of the line, i dont get why is not passing…

  **Seu código até o momento**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2> Cat Photos </h2>    
    <!-- TODO: Add link to cat photos -->
    <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: Passo 6

Link para o desafio:

You changed the contents of these three elements. That usually confuses the tests because it can break the code to find the elements to check.

1 Like

thanks, you’re right, i reset the lesson and did again, the code pass.

1 Like

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