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:

vivo 2015 - Android 10 - Android SDK 29

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

Link to the challenge:

Hi, Welcome to the community!

Remove the ‘>’ before the TODO and add ’ - - > ’ as the closing tag after the word photos
Also make sure to leave a space just before the word “Add” . Remove the full stop after “photos”
Hope this helps!

1 Like

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