Please where do i have make a mistake

i still recieved the message that i have make i misstake whereas i belive have been done what suppose to be:
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://freecatphotoapp.com"</a>cat photos</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/102.0.0.0 Safari/537.36

Challenge: Step 12

Link to the challenge:

What are you trying to do?
Does it appear to be working?
What do the error messages say?
What else have you tried?

i trying to do the level 12, with the topic below :slight_smile:

Step 12

Turn the words cat photos located inside p element into a link using the same value for the href attribute as the link below the p element. The p element should show the same text in the browser, but the words cat photos should now be a link. Make sure to remove the a element with the text cat photos on the line below the p element.

and below the message that i recieved :

Test : Sorry, your code does not pass. You’re getting there.

Hint: Your code should only contain one anchor (a) element. Remove any extra anchor elements.

https://freecatphotoapp.com”cat photos


<a href=. remove this part and you’re code 'll work just fine

I copied this from ur code so just remove it

Your code contain two anchor tags, your should look like this:
[redacted]

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

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