Step 13 not able to do

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 href="https://freecatphotoapp.com"> 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53

Challenge: Step 13

Link to the challenge:

I’m not sure how to mark this post as duplicate so, I’m replying here itself. But next time please search if there are any posts that are already existing on the same topic before posting.

Also please mention your problem in the description.

The same way you have added the href attribute to the anchor tag, You can add the target attribute. You need to give the target attribute a value. In this challenge that value is _blank. Yes it should be preceded with _ . Let me know if it helps.

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