Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
I am not pass step 13, how can do it? i need support.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <a href="https://freecatphotoapp.com">cat photos</a>
    
    <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 6.2; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0

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

Link to the challenge:

Hey! welcome to the freeCodeCamp’s community forums.

This is the hint that shows up when i try to run your code.
image

And according to this, the text “cat photos” that’s inside of the the p element should be replaced with the a element because right now, when the browser displays your text, it will be “Click here to view more cat photos. cat photos” because the text inside of the a element is the same as the text inside of the p element.

Hope this helps! :smile:

Hope this helps! :smile:

how can i continue ?]
step 12 difficult form me i am try but i cant

1 Like

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