Learn HTML by Building a Cat Photo App - Step 4

** Hey, I need help understanding Lesson 4 Instructions, please. I believe i’ve exhausted all the ways i comprehend adding the comment “above” the P element.

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

See more cat photos in our gallery.

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

<!-- User Editable Region -->

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

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

Link to the challenge:

Welcome to our community!

  • make a blank space after the word “TODO:”
  • delete the definite article the before the word “cat”
1 Like

I guess there was a glitch in the system, after refreshing the page twice my submittal worked.

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