Build a Cat Photo App - Step 4

Tell us what’s happening:

i dont know

Your code so far

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

<!-- User Editable Region -->
   <!--<a href="cat photos">-->

    <!--<a href="cat photos">-->

<!-- User Editable Region -->

    <p>Everyone loves cute cats online!</p>
  </body>
</html>

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 4

you do not need to create an element inside the comment

inside the comment you need to write exacty the text given in the instructions that starts with TODO

Hi buddy, Here kindly refresh the page.

Then you need to put the comment tag before your p tag and here is the comment line which you need to put before p tag.

TODO: Add link to cat photos

And the way you need to add it is like given below.

<!-- TODO: Remove h1 -->

Hope You Understand.