Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening: i don’t can put my target value
Describe your issue in detail here.
i don’t understand when he ask me to add a target value _blank to anchor(a) how i should add it , cause i try the value target _blank i can’t help me please
Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

      <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/114.0.0.0 Safari/537.36

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

**Link to the challenge:**st1. rong text
2. https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-14

https://www.w3schools.com/tags/att_a_target.asp

Just add target="_blank" before the href.

It doesn’t really matter if it’s before or after, it just needs to be somewhere in the <a tag