Aprende HTML construyendo una aplicación de fotos de gatos - Step 29

Cuéntanos qué está pasando:

Que fallo en este codigo

Other things cats dislike:

  1. flea treatment
  2. thunder
  3. other cats
  4. me pone quw ol debe de estar en el segundo elemento section

Tu código hasta el momento

<html>
  <body>
    <main>

<!-- User Editable Region -->

<section>
  <section>
    <h3>Other things cats dislike:</h3>
    <ol>
      <li>flea treatment</li>
      <li>thunder</li>
      <li>other cats</li>
    </ol>
  </section>
</section>


<!-- User Editable Region -->

      </section>
    </main>

  </body>
</html>

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0

Información del Desafío:

Aprende HTML construyendo una aplicación de fotos de gatos - Step 29

<section>
  <section>
    <h3>Other things cats dislike:</h3>
    <ol>
      <li>flea treatment</li>
      <li>thunder</li>
      <li>other cats</li>
    </ol>
  </section>
</section>

I believe you misunderstood the instructions. It is not necessary to add any extra section tags or alter any h3 elements.

Creo que no entendiste bien las instrucciones. No es necesario agregar etiquetas de sección adicionales ni modificar ningún elemento h3.

(translated with Google Translate)