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>see more<a href="https://freecatphotoapp.com">cat photos</a>in our gallery</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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

Surround the words “cat photos” in the existing sentence in an anchor tag

Sorry, how to surround the words “cat photos” in the existing sentence in an anchor tag? I feel i did exactly what you said

Please add a space after the closing tag of the “a” element.

1 Like

Thank you for your help. I am quite slow, my wifi and my device has some problem so i have to go open my practising page several times and answer here late. Any way, i am much appreciated

is the problem solved?

Please add space to where i have mark red.

1 Like

I have add space, but still not work. Everytime i click the help buttom then creat a new forum, i hope it not confuse you

Sorry to bother you again. Can you please check for me again for whats wrong, thank you
Your code so far**

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

<!-- User Editable Region -->

     <p>see more<a href="https://freecatphotoapp.com"> cat photos</a> in our gallery</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>

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