I need help with step 13

Tell us what’s happening:
Describe your issue in detail here.
Could someone please explain to me, i read many many time and i still don’t understand where i should put it ;-;

  **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; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Step 13

Link to the challenge:

Hello @Lunaisalone. In this task you need to add an attribute to the tag. Exactly in your situation href="" ==> this is an atribute within a tag. So inside of a tag you need to add an attribute. Between the quotes you need to put value. Your value is _blank. You may use single quote or double quotes. I hope I was able to give you a hint)

1 Like

Thank you so much for your help

1 Like

@Lunaisalone you are welcome!)

1 Like

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