Learn HTML by Building a Cat Photo App - Step 12

I am currently at stage 12 on my HTML coding online course
My next exercise is to turn the words “cat photos” into a link “https://freecatphotoapp.com” . I am stuck, need help please!

  **My 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>"https://freecatphotoapp.com"</p>
    <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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

How specifically are you stuck?

This is not a valid anchor element.

You can see an example of a valid anchor element on the previous step.

1.remove the cat photos where its says click here to view more cat photos
2.nest the p element

“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.”
Literally what my task is

Can you simply write the code ?

I know what the task says. I do not know what about those instructions has you stuck.

No. Posting answers is not allowed.

Have you looked back the valid anchor element from the last step?

I was trying to but it brought out that so I edited it

I’m having the exact same issue. I followed the instructions to the letter, but it fails.

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.

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