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:

iPhone - iOS16.1

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

Link to the challenge:

Hello and welcome to the community :smiley:!

You shouldn’t have those dots before/after your comments text.
Ex of comment:

<!-- This is my comment -->

Good luck!

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