Ejercicio 1

This commit is contained in:
2026-05-21 22:29:23 -03:00
parent ddefc238dc
commit 4a0f141071
2 changed files with 19 additions and 0 deletions

View File

@@ -10,10 +10,14 @@
<h1>Clase 9 - Eventos</h1>
<div id="ejercicio-1">
<!-- Agregar acá el código HTML que haga falta para el ejercicio 1 -->
<button id="boton-contador">Hacer clic aquí</button>
<p id="texto-contador">Botón clickeado 0 veces.</p>
</div>
<hr>
<div id="ejercicio-2">
<!-- Agregar acá el código HTML que haga falta para el ejercicio 2 -->
</div>
<hr>
<div id="ejercicio-3">