Please i need help😞 step 12

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more <a href="https://cat photos.com">cat photos</a> </p>
    <a href="https://freecatphotoapp.com">cat photos</a>
    <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>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; SM-A013G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.61 Mobile Safari/537.36

Challenge: Step 12

Link to the challenge:

Hi @olohiremebernice !

When asking for help on the forum, it is best to fill out this section.
learning how to describe the issue is an important part of development and will come in handy when the challenges increase in difficulty. :slight_smile:

As for your challenge, this is what you code produces.
Screen Shot 2022-05-27 at 2.08.30 PM

You see have there are two cat photo links?
That is incorrect.

There should only be one.
Screen Shot 2022-05-27 at 2.09.17 PM

Once you fix that, then you will need to fix this issue

That is the incorrect link.
You need to use the free cat photo app that was already provided for you.

Once you fix that, then the test will pass.

Thank you for the advise on how to ask questions
Please i still don’t understand the right link

This is the link they gave you.

href="https://freecatphotoapp.com"

But you wrote this instead

Thank you it worked😊

1 Like

Hi there,
I am not sure how to pass Step 12.
Step 12 instructions

Step 12

You can see the words cat photos underlined next to the image in the preview now. That’s your link; feel free to give it a click. In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com. When you are done, remove the old anchor tag and text below the paragraph.

  • I have taken the words ‘cat photos’ out and replace with the link https://freecatphotoapp.com
  • I am not sure about the next instruction to remove the old anchor tag as when I complete this task it does not pass and the message appears:

Hint

Your anchor (a) element should be nested within the p element.

Please could you assist?

Many thanks

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