Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <p>
      <!--TODO: Add link to cat photos-->
   </p>



  </body>

<!-- User Editable Region -->

</html>

Your browser information:

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

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

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

I wrote the solution code, but the “Hint:
Your comment should be above the p element. You put them in the wrong order.” the screen is coming out. Can you help me?

:slight_smile: hope that the solution has been found.
Here, in the posted code, the comment is in the p element, not above it.
I suggest resetting the lesson and posting above the p element which appears like this

<p>See more cat photos in our gallery.</p>

Do not change anything within the p element. Only place the comment above it.

I hope this helps! Happy coding!:slight_smile: