Learn HTML by Building a Cat Photo App - Step 12

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

      <p>See more <a href='https://freecatphotoapp.com'>cat photos</a>in our gallery.</p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>

<!-- 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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

Welcome to our community!

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

Hello,

Thanks for the advice

I’m stuck on lesson 12
I’m not sure where I’m going wrong as I think I have my anchor on the required words inside my p element but obviously I’m missing something. Any help would be greatly appreciated. Thanks

In that pic you just posted you are missing the closing > on the opening a tag.

Also, you need a space between the closing a tag and the word “in”. Look at the preview pane. You should notice that there is no space between the words “photos” and “in”.

Thanks for your help I have now solved the problem :slightly_smiling_face: