Learn HTML by Building a Cat Photo App - Step 8

it keeps saying the url wrong or a typo is present and i cant for the life of me find it

<main>

  <h1>CatPhotoApp</h1>

  <h2>Cat Photos</h2>

  <!-- TODO: Add link to cat photos -->

  <p>Everyone loves cute cats online!</p>

  <img>

  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">

</main>

Hey @desmondstrong.navy

Can you explain why there are two img tags present?

i misinterpreted the instructions thank you i see the problem now

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.