Learn HTML by Building a Cat Photo App - Step 6

**

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:

TECNO CG6 - Android 12 - Android SDK 31

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

Link to the challenge:

Welcome to the forum @Xpensive

Place two spaces before the opening paragraph element.
This will make the element match the indentation of the elements above.

Happy coding

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