Step 12 new curriculum

Tell us what’s happening:

I have nested the anchor text link in the paragraph in step 12 of the new curriculum

 <p>View more <a href="https://www.freecatphotoapp.com" target="_blank">cat photos</a></p> 

Whether I place click here to view more or view more it is stating it is wrong. I tried taking the target attribute out it says its wrong. What other ways are there to nest the link? I thought I could refer back to the legacy curriculum and am being mislead.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>View more <a href="https://www.freecatphotoapp.com" target="_blank">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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15

Challenge: Step 12

Link to the challenge:

You need to restart this step. You have accidentally deleted part of the original sentence which is used by the test. Also, you appear to have changed the url of the link itself ever so slightly.

1 Like

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