Step 14 code not passing

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

My link works in the preview but my code isn’t passing, says my anchor element needs an opening tag.
Your code so far

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <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>
  **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:

Hi @clariss , Welcome, your code passes the challenge here in my end, try refreshing browser

1 Like

Your Code is Correct. Please Refresh and Try again

Happy Coding :smiling_face_with_three_hearts: :grinning:

1 Like

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