Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
My code still isnt working and i have looked at almost all of the help forums. Can someone please help me this is for a class project.

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 on our gallery.</p>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 15183.78.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

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

Link to the challenge:

You changed the word “in” to “on” in this sentence. Change it back to “in” and it should pass.

In general, you want to be careful to only do what the instructions ask and not make any other changes. Even the slightest unexpected change can cause the tests to fail.

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