Learn HTML by Building a Cat Photo App - Step 9

Tell us what’s happening: Look I have tried this attribute many different ways and it will just not submit. This happened to me with the last challenge after a hundred goes it worked and I didn’t change anything, just kept submitting. but not this time.
Describe your issue in detail here. I’'l show you the two I have done and I believe it has to be one of these.

Your code so far A cute orange cat lying on its back
the second one: A cute orange cat  lying on its back

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

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

<!-- User Editable Region -->

    </main>  <img alt="A cute orange cat lying on its back" src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
hbar1st
Sep '22

hbar1st
Sep '22

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

Hello.

The correct way, is the second. but…

… what is this?

Advice: reset the step and start again.

Grets.