Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

this is what i came up with for step 14 but it is not accepted what is wrong?

Everyone loves cute cats on line!

also tried

Everyone loves cute cats on line!Your code so far


<!-- User Editable Region -->

<p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> on line!</p>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">


<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></p>
      
    </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/140.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

there is something wrong with the rest of the elements in the editor, you should reset the step so everything else comes back into place, then add the anchor element again (and do only that)