Learn HTML by Building a Cat Photo App - Step 4


I am doing the practice as it tells me but it does not allow me to advance from stage 4

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

<!-- User Editable Region -->

    
    <p>See more cat photos in our gallery.</p>
    <!-- TODO: Add link to cat photos -->
    <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/116.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 4

Link to the challenge:

Welcome to FCC Forum!

This step tells us to enter the comment above the p element statement.

Suggestion: Reset the step and enter the comment above the p element statement.
Do not change anything. Only add the comment over the p element statement.

Good job at getting the comment code correct. Only location and the stray opening p element tag are not correct.

Happy coding! :slight_smile: