No puedo pasar de este ejercicio

por favor si alguien me puede ayudar, me atore en este punto de Anidar un elemento de anclaje dentro de un párrafo, ya cerré sesion, ya restablecí el código, he incluso cerre el navegador chrome y borré la caché y no puedo pasarlo.

imsgenn

Hi @erickmgt09 !

Welcome to the forum!

It would be better to write your code directly into the forum instead of posting screenshots.

Also, please share the challenge link.

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

ok, muchas gracias.
el enlace al ejercicio es este: https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph

el título del ejercicio es: Anidar un elemento de anclaje dentro de un párrafo
el código que puse en el ejercicio es:

<p>View more 
<a href="https://www.freecatphotoapp.com">cat photos</a>
</p>

si pudieran apoyarme, ya consulté la respuesta y no me funciona, no se cual es mi falla.

Can you post the full code?
It should be a total of 12 lines.

Sometimes people fail the challenge if they create an extra anchor tag.

It would help to see all of the code and not just your answer.

Thanks!

Actually looking at your screenshot, it looks like you did create an extra anchor tag when you were not supposed to.

That is why you are failing the test.

Reset the lesson and work with the existing anchor tag.
Do not create a new one.

This is the existing anchor tag.

<h2>CatPhotoApp</h2>
<main>

  <a href="https://www.freecatphotoapp.com" target="_blank">cat photos</a>

Write your code there.

Hope that helps!

muchas gracias, ya pude lograrlo, que amable en haber contestado mis preguntas

1 Like

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