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>
    
    <p>See more cat photos in our gallery.</p>
<!--TODO:Add link to cat photos-->
    
  </body>
</html>

Your mobile information:

TECNO CG8h - Android 11 - Android SDK 30

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

Link to the challenge:

hello!
indent your comment with p element

Hello @DAVIES !

Good attempt!

Try moving the comment above the p element statement.

Remove the space between the opening anchor and the !
Leave a space after the : colon and the textAdd

See how the above changes work for you.

Happy coding!