Learn HTML by Building a Cat Photo App - Step 6

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
    <body>
       <main>
          <h1>CatPhotoApp</h1>
          <h2>Cat Photos</h2>
          <!-- TODO: Add link to cat photos -->
      <p>see more cat photos in our gallery </p>
   </main>
 </body>
</html>

Your mobile information:

SM-A605F - Android 8.0.0 - Android SDK 26

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

Link to the challenge:

Welcome to the forum @Abrahamj

The indentation of the h1, h2, and comment elements need to match the indentation of the paragraph element.

Happy coding

1 Like

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