Prueba
De VIVAitwiki
Revisión del 11:49 27 may 2025 de Jesus.ruiz (discusión | contribuciones)
<!DOCTYPE html> <html lang="es"> <head>
<meta charset="UTF-8">
<title>Sumario Colapsable</title>
<style>
summary {
cursor: pointer;
font-weight: bold;
}
details {
margin-left: 20px;
}
</style>
</head> <body>
<details>
<summary>==Nivel 1==</summary>
Hola soy el nivel 1
<details> <summary>===Nivel 1.1===</summary>
Hola soy el nivel 1.1
</details>
<details> <summary>===Nivel 1.2===</summary>
Hola soy el nivel 1.2
<details>
<summary>====Nivel 1.2.1====</summary>
Hola soy el nivel 1.2.2
</details> </details>
</details>
<details>
<summary>==Nivel 2==</summary>
Hola soy el nivel 2
<details> <summary>===Nivel 2.1===</summary>
Hola soy el nivel 2.1
</details>
<details> <summary>===Nivel 2.2===</summary>
Hola soy el nivel 2.2
<details>
<summary>====Nivel 2.2.1====</summary>
Hola soy el nivel 2.2.2
</details> </details>
</details>
</body> </html>