Ayuda con el orden de escritura

Cuéntanos qué está pasando:
buenas trardes, no se que sucede, me dice que el h1 debe estar debajo de el elemeto principal … lo hago y me dice que no paso la prueba, el error debe ser que algo esta escrito en el lugar donde no va. pero no logro descifrar cual es

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

El agente de usuario es: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:101.0) Gecko/20100101 Firefox/101.0

Desafío: Step 6

Enlaza al desafío:

you don’t need to create ul elements, you have to just give two spaces to each of three elements you created in previous lessons inside main tag, the comment tag is missing you might have removed it