Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

The problem with the site asked me to add a comment on the P element with a to-do list: Add a cat photo
The structure is…
<! --TODO:Add link tu cat photos–> But it has been shown not to pass, my answer does not meet the requirements, why?

Your code so far

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

<!-- User Editable Region -->

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

  
    

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi. The spacing in the text needs to be exact. See after the colon?