Learn HTML by Building a Cat Photo App index step 12 help

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

  **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 <a "cat photos" </a>.</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 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36

Challenge: Step 12

Link to the challenge:

hi guys i am new may i ask for help?

hihi! what’s the actual error that you’re getting?

Or do you just need a push on what to do?

EDIT: new question

2 Likes

hi guys i am new may i ask for help?

you don’t even need to ask, we are happy to help.

if the instruction is vague, it’s asking you to replace cat photos in the <p> elements with <a> element you created in the previous challenge

give it a try and if you have an issue, we are happy to help

1 Like

thank you it worked :slight_smile:

1 Like

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