Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

<!--TODO= Add link to cat photos --> <p>Everyone loves cat photo</p> <a><img src="https://bit.ly/fcc-relaxing-cat"></a>

There is no pass code, please help on the same

Your code so far

<html>
  <body>
    <h1>Cat Photo App</h1>
    <main>
     <h2>CAT PHOTO APP</h2>

<!-- User Editable Region -->

    
    <!--TODO= Add link to cat photos --> <p>Everyone loves cat photo</p> <a><img src="https://bit.ly/fcc-relaxing-cat"></a>
    
  

  
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

There is cute photo of cats

Running Cats is there is wrong or any aading pending

Your comment should be above the p element. You have them in the wrong order. where i miss

Hi and welcome to the forum!
reset this step and add your comment above the p element again.
Make sure the text of your comment is correct as well.
Good luck!