Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

I wrote the code exaclty as I was supposed to but is wrong? did I do something and didn’t noticed? I don’t know what to do.

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/116.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi,
You code has nothing wrong in it except that period after photos.

Take a look at that and it will work. Hope this helps!

1 Like