ejercicio 9: quiz de opcion multiple

This commit is contained in:
2026-05-28 14:00:44 -03:00
parent 909acdf862
commit 9233c5da7c
2 changed files with 105 additions and 1 deletions

View File

@@ -8,7 +8,13 @@
</head>
<body>
<h1>Ejercicio 9</h1>
<h1>Quiz</h1>
<div id="quiz"></div>
<button id="siguiente" style="display:none">
Siguiente
</button>
<script src="ejercicio9.js"></script>
</body>
</html>