Build a Cat Photo App - Step 4

Tell us what’s happening:

Pls help help help help help help help help help help

Your code so far

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

<!-- User Editable Region -->

   

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


<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1

Challenge Information:

Build a Cat Photo App - Step 4

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!

Hey buddy, here you need to just add the comment line above p tag.

Add a comment above the p element with this text:

TODO: Add link to cat photos

Now you need to add the comment line.

Hope You Understand.