Learn HTML by Building a Cat Photo App - Step 8

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>
      <h2>Cat Photos</h2>
      <p>Everyone loves cute cats online!</p>
<img>src ="https://cdn./freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
    </main>
  </body>
</html>

Your mobile information:

iPad - iPadOS18.5

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

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-8. Thought after retiring I’d try to learn something new as I have lots of time to kill so just started this , it’s probably something quite simple that I’m missing but I’ve tried this program umpteen different ways could anyone/ point me in a different direction as this problem with the img has me stuck thank you all in advance for any helpful advice explaining a different way to look at this

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!

this is your img element, it ends with the >, the src attribute should go before the >