Learn HTML by Building a Cat Photo App - Step 12

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 -->
this part of my code is giving me serious problem 
<p>Click here to view more cat photos <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 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

yes i am stuck at step 12

you should ask yourself if you have matched the requirement exactly.

Only the words “cat photos” should be a link.
There is no period in the link (after the link, yes, but not in the link itself)

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