Aprende HTML construyendo una aplicación de fotos de gatos - Step 16

Cuéntanos qué está pasando:

I try to remove the comment, the only thing I require is an explanation to discover my error, I remove everything that contains

and in other ways and it continues to mark error

Tu código hasta el momento

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

<!-- User Editable Region -->

      <!-- TODO: Add link to cat photos -->
     
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0

Información del Desafío:

Aprende HTML construyendo una aplicación de fotos de gatos - Step 16

I still see the comment in the code, you did not remove it

You are missing a p element tho