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>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

   <!--TODO:https://pixabay.com/images/search/cat/
   -->
   
    <p>See more cat photos in our gallery.</p>
    
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPad; CPU OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/115.0.5790.160 Mobile/15E148 Safari/604.1

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

Link to the challenge:

Welcome to the community!
I am not sure why you posted something completely off the lesson in the comment area.
I suggest resetting the step and using the text provided to place the comment above the p element.

Happy coding! :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.