Step 14 not passing

Please help!!! I have been stuck on Step 14 for some time. Despite trying several different combinations, testing the link, and double checking against other similar posts who have passed, I cannot get past this step. I’m also repeating this from the legacy course. At this point, I’ve gotten the following hints:

Hint:

Your anchor (a) element should have an opening tag. Opening tags have this syntax: <elementName>.

" You should only add one opening anchor ( a ) tag. Please remove any extras."

Here is my code as it stands:

CatPhotoApp

Cat Photos

Click here to view more cat photos.

A cute orange cat lying on its back.
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
  <h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos.</p>
<a href="https://freecatphotoapp.com">
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</a>
</main>
</body>
</html>
  </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/102.0.0.0 Safari/537.36

Challenge: Step 14

Link to the challenge:

So I don’t know how, but for the umpteenth time, I refreshed again and did exactly as I had before. This time, it FINALLY passed. Maybe it was some kind of bug. Phew!

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