Step 14 please help

Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.
I checked all posts and i think it is ok, but still have this message on the hint:

You should only add one opening anchor ( a ) tag. Please remove any extras.

  **Tu código hasta el momento**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
    <a href="https://freecatphotoapp.com" >
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    <a/>
  </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/101.0.4951.67 Safari/537.36

Desafío: Step 14

Enlaza al desafío:

simply wrap ‘img’ element within a as it says in 'instructions

dont ‘add any extra spaces’ in between, it should be fine :slight_smile:


image

sorry the picture it doesn’t see

yeah!! it was intentional!! :grinning:

but should be good enough to take that hint!! just look closely!! :grin:

Your closing anchor tag is malformed.

Your code has <a/> which isn’t quite right.