How can I solve 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 https://freecatphotoapp.com </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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36

Challenge: Step 12

Link to the challenge:

3 Likes

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

4 Likes

“Turn the words cat photos located inside p element into a link by replacing the words with the anchor element added previously.”

In other words, replace the words “cat photos” with the link you created in the previous step and is now below the <p>.

2 Likes

This is a malformed… I’m not sure what to call this, but it is not good syntax.

This anchor element should be put where the phrase ‘cat photos’ was in the paragraph (p) element previously.

9 Likes

Thank you. It worked.

2 Likes

I am stuck on this exact spot and cannot figure it out based on this thread

2 Likes

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

same here i realy dont know what t do

Please use the Ask For Help button to create a post with your code and a link to the Step.