I have been asked to transform a paragraph into a link,i did it but my code is not passing

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>
      <a href="https://freecatphotoapp.com"> 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 (X11; Ubuntu; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Step 12

Link to the challenge:

Don’t delete all of the text inside the p element.

Hello kindly note that this exercise is sensitive on the capital n small letters and also don’t miss out a word or add a full stop or comma where there is none.
Try this code below,

cat photos

Cat photos.

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