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>
  <h1>CatPhotoApp</h1>
  <main>
   
  <h2>Cat Photos</h2>
   <ul>
      <li> This element indented </li>
      <li> This element is also indented </li>
      </ul>
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos.</p>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

A tab space should be placed before the h2 element.

Like

<main>
      <p></p>
</main>

Happy Coding :smiley:

There is no need to use the example in the description, using it will lead you to fail the tests.

Try to format that code, so it can be more readible. :+1:

Good day to you. I think this thread was duplicated. That’s a little confusing.

1 Like

Thank you for letting me know :+1:

@rajansingh802132 please refrain from making duplicate post.