Build a Cat Photo App - Step 17

Tell us what’s happening:

Keep receiving a message “Your anchor (a) element should have an opening tag. Opening tags have this syntax: .” at step 17. Please help. Thanks in advance!

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>

<!-- User Editable Region -->

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

Challenge Information:

Build a Cat Photo App - Step 17

Hi @LegendStar-1,

Your new code is fine, but it looks like you inadvertently removed some of the starting code, which will cause the tests to fail. Please reset this step and try again without changing any of the existing code.

Happy coding!

I didn’t realize that. Thank you!!