Build a Cat Photo App - Step 15

Tell us what’s happening:

(a) element does not have a target attribute . i need help to understand this question

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>

<!-- User Editable Region -->

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

<!-- 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/148.0.0.0 Safari/537.36 Edg/148.0.0.0

Challenge Information:

Build a Cat Photo App - Step 15

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dfa2407b521be39a3de7be1.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @Mhardy0754!

You have added another a element, but the task was to add a target attribute to the existing a element’s opening tag.

You may want to reset this step and try again.

Happy coding!

Hi buddy, here you need to see this as you only need to put words cat photos and then only the closing p tag

The extra anchor tag here you need to do remove this here.

Hope This Helped.