Build a Cat Photo App - Step 17

Tell us what’s happening:

I been trying to fix Step 17 and nothing is working. What should I do?

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"alt="A cute orange cat lying on its back."><a href="https://freecatphotoapp.com"</a>

<!-- 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/135.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 17

Can you tell us more about what you were trying to do that did not work for you?
Usually when doing these exercises, we like to see that you’ve tried some code based on the given instructions and then we want to see what you thought about in response to any hints you got from the step etc. (so tell us more about what you tried and how it worked or didn’t work for you and how you interpreted the step etc)

The more you say, the more we can guide you so you can learn better.

ps welcome to the fCC forum!