No puedo avanzar al siguiente paso

Cuéntanos qué está pasando:
No entiendo que es lo que me pide, o que es lo que estoy haciendo mal. Se que es algo sencillo, pero intente de varias formas y no lo pude solucionar. Me da esta sugerencia, pero no me ayuda mucho tampoco.

Sugerencia

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.

  **Tu código hasta el momento**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
      <ul>
        <h2>Cat Photos</h2>
        <!-- TODO: Add link to cat photos -->
              <li><p>Click here to view more cat photos.</p></li>
      </ul>
  </main>
</body>
</html>
  **Información de tu navegador:**

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Desafío: Step 6

Enlaza al desafío:

Hi and welcome!

They do not ask you to create a list in that challenge!
They want you only to add 2 spaces to make your code more readable!

Lo único que pide el reto es que agregues dos espacios delante de las etiquetas para indentarlo mejor; solo a las etiquetas que están dentro del main (incluyendo el comentario).