Learn HTML by Building a Cat Photo App - Step 13

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

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

Link to the challenge:

Hi! can you describe your issue?

From the pictorial diagram, I have a problem completing step 12. I don’t understand this" your code should only contain one anchor(a) element. Kindly explain in details.

Can we see the code of your latest attempt? Because the code you provided to us is a given code from freeCodeCamp.

Enclose your code using triple backticks like so:

```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>

Have you tried adding the _target attribute? If not then add it. If it still doesn’t work please create a new thread using the instruciton given below :+1:

In the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.

2 Likes

How do i add the _target attribute? I’m stucked

Hi @AbuTuraab

Please discuss your issue in your own thread. That way we wont bother other people :grin:

Here is my reply to your thread: Learn HTML by Building a Cat Photo App - Step 13 - #2 by alfonsusac

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