Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

Hello, I couldn’t pass step 12.
I wrote lots of change for example;

cat photosSee more cat photos in our gallery.

How can I learn this answer? Thanks.

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">cat photos</a>See more cat photos in our gallery.</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/120.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hello and welcome, to solve this cat photos is the same inside the sentence and its also where the link is supposed to go as well.

1 Like

Welcome to FFC forum. You have modified your code.
Reset your challenge and add anchor opening and closing tags <a></a> around existing cat photos text, you have between <p>See more.....</p>.
Then add href attribute with the value link Within <a> tag.
@ESMCNGZ

2 Likes

Thank you so much @hasanzaib1389 . Actually I cannot understand some direction, not clear in my opinion. But I have learned this step. Have a good day.

@robheyays Thank you so much, glad to meet the society. I have learned this stage.

1 Like

Your welcome. Keep it up, happy Coding!