Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

Maybe I’m missing something but the problem is telling me to use the value _blank

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_blank href="https://freecatphotoapp.com">cat photos</a_blank> 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/122.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

Hello @hunterjeffus. Welcome to the forum.

The requirement box says:

Step 14
Add a target attribute with the value _blank to the anchor (a) element’s opening tag, so that the link opens in a new tab.

Would you help us to know what you do not understand from that request?
Do you know what a target attribute is? How about a value, are you able to identify what or where any other values are in the code? Do you feel comfortable knowing what an anchor (a) element is?

If you do not know any of these parts, it will be very difficult for you to progress. But we want you to progress feeling comfortable with the knowledge, rather than solving the step.

Please, let us know.

1 Like

Hello!

Here is a great article on the target attribute and how to enter it in an anchor, along with its value. It explains the target attribute very good too.

May your coding path be smooth.

2 Likes

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