Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

I don’t understand where I’m wrong it’s keep saying the same thing

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"<target=:"_blank">cat photos in our gallery</a>.</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/109.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

What does it say? This is a bit mysterious

1 Like

Your p element should have a nested anchor (a ) element with the text cat photos . You may have deleted it or have a typo

Look at the example code again, it gives you the exact syntax.

Compare it to the code you wrote, and look for differences in syntax and symbols used.

2 Likes

Hey Buddy , Kindly look at your code how do we define target attribute

Hope You will definitely check it.

3 Likes

yeah I’v realised that :man_facepalming:. thank you

2 Likes

<a href="https://freecatphotoapp.com" target="_blank">freecatphotoapp</a> (what's wrong, can you help me?

hi there!

create your own topic to the challenge step using Help button. that is appear below the challange editor, when you try to submit wrong code more than three times.

1 Like