Learn HTML by Building a Cat Photo App - Step 15

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

Its telling me that there should be an img src element to the address it gives me, i copy and pasted it. And its still telling me that im missing the link.

Any reason, im getting this wrong?

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more 
     <a href="https://freecatphotoapp.com">
     <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg.">
     </a>
    </p>
</main> 
  </body> 
</html>

Your mobile information:

SM-G996U - Android 14 - Android SDK 34

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to 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!

Hi there!

You have modified your paragraph element. Reset your challenge step and add only required code after your paragraph element.

Hello @Mykeeper !

Besides the advice provided, please make sure there is not a . after jpg

Here is a link that is very good for guidance.

Happy coding!

Hi,
Your img element should also have the closing tag