Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

please point out the issue with this code, why it won’t work?

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
     <h2>Cat Photos</h2>

<!-- User Editable Region -->

 <!-- TODO: Add link to cat photos h1 -->
 <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

A comment in HTML starts with <!--, contains any number of lines of text, and ends with -->.

h1 isn’t part of it, yuo may have accidentally kept that when copying the example?