Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here. please help me

Your code so far

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

<!-- User Editable Region -->

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

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

Link to the challenge:

Welcome to the community.
It is a good idea to include the problem information along with the code. This allows the community to respond in a more accurate and direct response to the questions you may have about a lesson.

For this lesson, it is asked that only the two words ‘cat photos’ be made into a link using anchors.
Here is an example of how that can be done.

Example for Cat Photo Step 12

Example using big dog as the words to anchor.

< p> The < opening anchor> big dog < /closing anchor> raced across the grass for the ball. < /p>

I hope this helps you!
Happy coding! : slight_smile:

Not sure what your issue is. You may want to include the lesson tips and instructions in your next post. It’s good practice to make sure your text is touching the syntax. Cat Photos (example). Also make sure you are typing the exact text the lesson requires, capitalization, spacing, grammar and all. If you know you are correct, you may also have to refresh after trying so many times.

You also may need another set of opening and closing paragraph < p > tags for the second link text.