Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
Anyone know how to do this??
Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p><a href="https://freecatphotoapp.com/">Cat photos</a>.</p>

<!-- User Editable Region -->

      <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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

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

Link to the challenge:

Wasn’t “Cat photos” part of a bigger sentence? What happened to the rest of the sentence?

Hello!
As @mmlvx stated the p element was a complete sentence.
My suggestion is to reset the step to make sure there are no other issues with the code.

This step only asks that the words cat photos be anchored while they remain inside the p statement. You do know how to anchor the words.
Now, if you can complete that within the p statement, you can move on in your coding journey.

Here is a helpful article that explains how to turn both text and image into links, along with examples.

Hope this helps you.

Happy coding!

1 Like

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