Learn HTML by Building a Cat Photo App - Step 8

I am a bit lost on how to wrap this url into the code in order to pass this step

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

they gave you an example to help
<img src="https://www.example.com/the-image.jpg">

try comparing it to your code