Build a Cat Photo App - Step 4

Conte-nos o que está acontecendo:

In the first exercise on how to comment a piece of code,
more precisely in the exercise

TODO: Add link to cat photos

, I tried to execute it in several ways, but the result of the exercise is always the same messages, either the content is incorrect or the order of the elements is incorrect. Can you help me?

Seu código até o momento

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

  
   <!--<p>TODO: Add link to cat photos</p> -->
    
      
    
    

<!-- User Editable Region -->

  </body>
</html>

Informações do seu navegador:

Agente de usuário: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36

Informações do desafio:

Build a Cat Photo App - Step 4

Reset the step and try again.

The code should begin with this line:

    <p>Everyone loves cute cats online!</p>

But you are missing this line, you deleted it. Don’t delete that line