Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Hi everyone ,
Please i need help on exercise , THE CATPHOTO APP STEP 12.
Please i really need help on this

Your code so far

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

<!-- User Editable Region -->

      <p1> <a href="https://freecatphotoapp.com">See more cat photos in our gallery</a> </p1>
      <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/106.0.0.0 Safari/537.36

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

Link to the challenge:

Why did you change the p tags to p1? That’s not a valid HTML element. It’s just p.

If you want to change specific text into a link, just enclose that text in anchor tags. The text you should be enclosing is ‘cat photos’, not the whole sentence. So, within the text which is there, just wrap the a tags which you’ve already created around those words.

1 Like

Thank you so much , i just did that now and it is still not working.

Can you share that line of code please?

1 Like

(post deleted by author)

See more cat photos in our gallery

Thank you so much …I really appreciate

(post deleted by author)

Did you figure it out?
If not, you can post your code, by clicking on the </> icon and pasting it in there.

[quote="igorgetmeabrain, post:8, topic:589915, full:true"]
Did you figure it out?
If not, you can post your code, by clicking on the **</>** icon and pasting it in there.
[/quote]


```Yes i figured it out ..... thank you so much

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