Adding 6 spaces before the starting of the line

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
 <h2> <ul>
    <li> Cat Photos </li>
    </ul>
    </h2> 
    <!-- <li> TODO: Add link to cat photos </li> -->
  <p><li> Click here to view more cat photos.</li></p>
  </ul>
  </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.5060.66 Safari/537.36 Edg/103.0.1264.44

Challenge: Step 6

Link to the challenge:

hi my name is kaviya. I had the same issue.
" You have made a mistake over here.
You are asked to indent the h2 element, the comment, and p element exactly two spaces to indicate they are children of the main element.

Since you have made some changes, I recommend you to click restart step.

Then, You can do the challenge by adding two spaces before the elements
or, by selecting the h2 element, the comment, and p element and then pressing the tab key once."

try this it worked for me. I got this when I was searching online about this

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