Learn HTML by Building a Cat Photo App - Step 4

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!--TODO: Add link to cat photos.-->
    <p>Click here to view more cat photos.</p>
    
  </body>
</html>

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

CatPhotoApp

Cat Photos

Click here to view more cat photos.

It does say it should be above p element it is above.
it says it should contain :TODO: Add link to cat photos. well…

What is the problem here?
Thanks a lot…

Hi there, welcome to the forum.
I believe you have an unwanted period (dot) in the comment that should be deleted.

Also pls always post a link to the challenge you are on when asking questions on the forum. It makes it easier for us to know what you are referring to. (The ask for help button automatically adds a link)

Thank you.
And thanks, I will remember that next time…

1 Like