No logro darme cuanta cual es el error que estoy haciendo sefun la consigna, necesito ayuda para poder avanzar a la siguiente prueba. muchas gracias

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p> View more
<a href="https://freecatphotoapp.com" target="_blank">cat photos</a>
</p>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed <a href="https://freecodecamp.org>everywhere</a> shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36.

Challenge: Anida un elemento anchor dentro de un párrafo

Link to the challenge:

Bienvenidos al foro, @deboramuller77.

Las pruebas dicen que “Solo debe tener un elemento a .” Su código tiene dos elementos a.

Buena suerte.

You created two anchors. You were only supposed to create one. The first one is right, but the second one isn’t even written properly. If I remove the second anchor it passes for me.

If it gets too messed up, you can press “Restablecer todo el código” to get back to the starting point.

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