Learn HTML by Building a Cat Photo App - Step 12

Challenge: Learn HTML by Building a Cat Photo App - Step 12 not clearTell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more cat photos.<a href ="https://freecatphotoapp.com">cat photos</a></p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <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.1; rv:106.0) Gecko/20100101 Firefox/106.0

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

Link to the challenge:

1 Like

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

In the code right now you have a paragraph element with plain text words. In the preview pane, you can see the words look like this

Click here to view more cat photos.cat photos

What they are asking you to do is not what you have done but this instead

Click here to view more cat photos.

Such that the last two words become clickable.

So adjust your code so that this result appears in the preview pane. And make sure the period dot is not part of the link you create.

Hope this helps

3 Likes

Click here to view more Cat Photos

link to cat pictures

I’m having the same issue. Can someone help me out?

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

I am having the same issue.

cat photos

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.