It keeps saying I've made a typo or I'm omitting text. How do I fix it?

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= "cat photos">cat photos</a></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 (Linux; Android 10; Infinix X655C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Mobile Safari/537.36

Challenge: Step 12

Link to the challenge:

you still have the wrong href


I’m really frustrated :sob:
Can anyone help? I don’t think I wrote the code wrong

you have the wrong href, it’s confusing the tests

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

Okay. I’ll note that. I’m new here

Please, what’s the right href? How do I use it?

It was the one in the anchor that was already existing, I don’t know by memory what is it. If you reset the step you will see it again.

1 Like

Okay
Thank you so much
I’ll go try that

I’m sorry
It’s still having the same issue.

share your code please

<p>Click here to view more <a href="cat photos">cat photos</a></p>

I’m sorry
It keeps running instead

I restarted and simply copied that href. It showed the same thing. I’m really confused because the code ran well and looked like it should on the website but it keeps saying i made a typo

wrong href, it needs an url, not this

(post deleted by author)

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