Cannot progress

Tell us what’s happening:
Describe your issue in detail here.
image

It wont let me move on. An error is saying that the words cat photos have a typo
or that I did not add it between the opening and closing tag. But I did.

  **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://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">cat photos</a></p>
    
    
  </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:

Looks like you’ve accidentally deleted a period at the end of the sentence, just after the link but before the closing p tag.

I’m noticing you have relaxing-cat.jpg as the href value - it should be linking to “https://freecatphotoapp.com” , I believe?

There is also a period missing before the closing p tag as the other poster said but I don’t think that’s the issue - I think the hint is not being accurate

Thanks for trying to help. I added the period but i still get the same error.

Thank you. I also tried your suggestion but it did not work. Still the error poping up. I really do not understand what is happening, to me it looks fine.

Try switching to Chrome as a browser

I think this is the step where I learned Safari wouldn’t let me proceed

Thank you, I am using chrome.

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