Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

See more cat photos in our gallery

what is wrong in this according to step 4

Your code so far

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

<!-- User Editable Region -->

    <!--TODO:Add link to 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Welcome to our community!

Between TODO and ‘Add’ you should have a blank space.

Hello and Welcome to the forum @shahabap !

Along with the guidance provided in the previous post, when I tried your code, I received the following error message.

It may be good to reset the step, and only add the code as requested above the p element.
Keep in mind the good advice provided in the previous post, as well.

Resetting the step will not affect any previously completed steps, only this one.

Wishing you good progress on your coding journey. :slightly_smiling_face: