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 -->
    <p>Click here to view more https://freecatphotoapp.com.</p>
    <a> cat photos</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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

Restart the step to get the original HTML back. You don’t want to change the words in the p element. You only want to make the words “cat photos” in that sentence a link. You do that the same way you created the “cat photos” link below the p element, by wrapping the words in opening and closing a tags.

thanks for the advice btw im on step 44 now

It sounds like you figured it out then? Congrats. By the way, if you post a question and then figure it out before anyone replies it is nice if you post a follow-up letting us know that you don’t need help any more so no one spends the time answering you when you don’t need it.

so i have done it but it says The link’s href value should be https://freecatphotoapp.com . You have either omitted the href value or have a typo. but this is my code

CatPhotoApp

Cat Photos

Click here to view more<a href cat photos.

https://freecatphotoapp.com

@mikejag0 It’s best if you open up your own topic. And the best way to do that is to click on the “Ask for help” button on the step, that way it will automatically include your current HTML in a format we can see here.

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