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

Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.

  **Tu código hasta el momento**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <p>Click here to view more cat photos.</p>
 <!--TODO: http://4.bp.blogspot.com/_QioBNsBFKqk/SijSycqwPqI/AAAAAAAAAjg/fKAIDNCJn2g/s1600-h/gato-->
    <p>TODO: Add link to cat photos.</p>
</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/105.0.0.0 Safari/537.36

Desafío: Aprende HTML construyendo una aplicación de fotos de gatos - Step 4

Enlaza al desafío:

Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.

  **Tu código hasta el momento**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
 <p>Click here to view more cat photos.</p>
  <img src="https://www.purina-latam.com/sites/g/files/auxxlc391/files/styles/social_share_large/public/purina-10-datos-curiosos-sobre-los-gatos.png?itok=88pMyzkl
<p><!--TODO:Add link to cat photos--></p>
</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/105.0.0.0 Safari/537.36

Desafío: Aprende HTML construyendo una aplicación de fotos de gatos - Step 4

Enlaza al desafío:

this is not the correct image. Also you need to have a " at the end of the src, and close the image with a >.
Also, the comment should go above the p element.
I suggest you reset the step (Paso de reiniciar), and try again following the instructions as closely as possible.