Building a cat photo - step 13

Hi,
Unfortunately I cannot use the target attribute with the value _blank to the anchor (a ) !
Could you please help me?

  **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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36

Challenge: Step 13

Link to the challenge:

You just add it like any other attribute.

You should be able to add it. What issue are you running into?

this doesn’t answer the question sir/madam. Help if you can.
thanks

It’s always better to show us your answer, and give information as to what is not working. This way someone can make an assessment of where you are going wrong.

This challenge works as expected, see below.

3 Likes

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