Learn HTML by Building a Cat Photo App - Step 12 - BVZnUQTjOz1NUuEeRk8ld

Tell us what’s happening:
Describe your issue in detail here.
im lost on this phase

  **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 .</p> 
    https://freecatphotoapp.com
    <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_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

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

Link to the challenge:

Lost how? The more you say, the more we can help.


I would restart this step.

This url is orphaned. You should still have it inside of the anchor element.

You also completely deleted the phrase ‘cat photos’

its asked to remove the old anchor tag, and text below the paragraph.
im confused

It said to remove it after you

In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com.

Here is the original code:

      <p>Click here to view more cat photos.</p>
      <a href="https://freecatphotoapp.com">cat photos</a>

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