Learn HTML by Building a Cat Photo App - Step 10

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

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

   </a target="_blank" href="https://freecatphotoapp.com">cat phots<a/><p>See more cat photos in our gallery.</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."><a/>
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

Hello and welcome.

In this step, you ONLY need to add an anchor below the existent<p>. Don´t delete anything.

And… Only the anchor (for now). No target. No text link.

Advice: reset the step and start again.

Grets.

Thank you. Now I’m stuck on step 12 but I know I can get it

share it here, or create another post, we can walk you through it.

I thought I figured it out a couple different times but no luck


Hello.

It is better if you create a new post with your issue., because it is different to the original post.

Grets.

1 Like

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