I need help getting past this challenge urgently

Tell us what’s happening:
Describe your issue in detail here.
I can’t seem to get past this challenges need help!

  **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".</p>
    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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15

Challenge: Step 12

Link to the challenge:

Hi,

Firstly please use the link provided, do not change it.
Second you need to make the words ‘cat photos’ into the link text, not use it as the href value for the link.

Third, you’ve mixed up your closing a and p tags.

1 Like

Thank you. I`ve tried everything, still not working. It shows I got it in the browser but I can’t seem to progress

Hi,

Please share your code. I can’t see if there’s any problems without being able to look at it.

To format it, past it into the forum then highlight it and press this button </>. It formats html to make it readable.

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