Learn HTML by Building a Cat Photo App - Step 11

Tell us what’s happening:
Describe your issue in detail here.

  **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 cat photos.</p>
    <a href="https://freecatphotoapp.com"></a>
    <a href="https://freecatphotoapp.com"cat photos</a>
    <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/103.0.0.0 Safari/537.36

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

Link to the challenge:

You have 2 <a> elements, remove the empty one. On the one that says cat photos you need to make sure to close your tags so add a > right before cat photos

1 Like

i’m still not getting it. Can you pls help out with what i should do?

We’ll need to see your updated HTML so we can see what you did in order to figure out how to help you. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

Also, if you are typing in the editor, put the cursor on a line by itself and press Ctrl + e. This may automatically give you the triple back ticks.

i figured it out already. thanks

Awesome! In the future if you open a help topic and solve it before anyone replies then it would be super cool if you could let us know that you don’t need help any more so that others don’t spend the time replying to you when you don’t need it.

1 Like

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