Learn HTML by Building a Cat Photo App - Step 14

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>
    <a>"https://freecatphotoapp.com"<a/>
Click here to view more cat photos</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/104.0.0.0 Safari/537.36

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

Link to the challenge:

I’m a little confused. The title says this is for step 14 but the link is for step 10. Which one are you having a problem with? I think it’s step 10 but I’m not 100% sure. If it is then you need to add the link after the p element. You have added it before the p element. Also, you didn’t quite create it right. Look at the example for how to create the anchor (a) tags. Also, don’t remove any tags, such as the opening <p> tag.

1 Like

Hi, I am running into this type of confusion for a second time. There is a possibility, that name of the thread, which is generated when one uses ‘Ask for help’ button somehow gives incorrect number of the step, sometimes. I will continue to observe this.

1 Like

I figured it out! I am extremely green at this so I think I might have not been using the line process correctly for each step I think, but it said I did it correctly :laughing: :woman_shrugging:

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