I can't pass this part please help

The app is telling me to do this but I can’t get past it. How can I fix?
Your h2 element should be below the main element’s opening tag and its opening tag should start 6 spaces over from the start of the line.

 Step 6
<html>
<body>
  <h1>CatPhotoApp</h1>
  <ul>
   <main>                           
<li> <h2>Cat Photos</h2> </li>
    <!-- TODO: Add link to cat photos -->
    <li><p>Click here to view more cat photos</p></li>
  </main>         
  </ul>
</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: Step 6

Link to the challenge:

Hello,

  1. You musn’t do anything by now with ul’s and li’s so delete them(but not the content!!!).
  2. When everything is normal just add two spaces before everything in the main.
    Hope this helps you.

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