Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!--TODO:Add link to cat photos -->
    <p>See more cat photos in our gallery.</p>
    
  </body>
</html>

Your mobile information:

iPad - iPadOS16.6

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

I am doing exactly what it is asking me to, but I still don’t understand why it won’t let me go the next stage. The hint page keeps popping up. Kindly guide and let me know if I doing something wrong.

Link to the challenge:

you should add a space after TODO:

1 Like

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