I am still having trouble with step 12 please

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> <a>cat photos</a> </p>
    
    <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 12; SM-G975U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.59 Mobile Safari/537.36

Challenge: Step 12

Link to the challenge:

Hi there! Reset the step cause you need the info that was provided. Then, inside the <p></p> tags, only replace the words “cat photos” with the <a></a> (cut and paste the <a></a> tag that is located below the <p></p>). The rest of the text inside the <p></p> tags must remain the same.
Hope this helps.

1 Like

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