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>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

     <p> <a href="https://freecatphotoapp.com">see more cat photos in our gallery</a> </p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>

<!-- 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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

You turned the words “see more cat photos in our gallery” into a link. You only want to turn the words “cat photos” in the middle of that sentence into a link.

Also, do not change anything about the words themselves. For example, do not change “See” to “see” at the beginning of the sentence.

Welcome to the community!

If you are still stuck on this, the link below may be helpful. It has examples, along with the explanations.

Happy coding! :slight_smile:

Thank you bbsmooth for taking the time out of your day to help me, I truly appreciate it, have a good one

1 Like

Thank you Life.Blessed, I appreciate the warm welcome to the community and the helpful information you shared, have a good day.

1 Like

Wishing you the best success in reaching the goal you have set for yourself @Rookie93.

You are one step closer to where you want to get to with your coding journey! :slight_smile:

Happy coding!

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