Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.
Can’t figure out why my code isn’t working
Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
   <!-- T0D0: 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/113.0.0.0 Safari/537.36

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

Link to the challenge:

Hi, i think the period at the end of “Add link to cat photos.” is what is not allowing you to proceed

In addition to the above, you are using the number 0 in the text of “todo” it needs to be the actual letter O

Hi, thanks to both of you. That was exactly the problem. It’s good now. Thanks!

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