Agregue un boton y un parrafo que dice cuantas veces se clickeo

This commit is contained in:
2026-05-21 19:04:05 -03:00
parent ddefc238dc
commit 2008e7f87f
2 changed files with 11 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
<body>
<h1>Clase 9 - Eventos</h1>
<div id="ejercicio-1">
<!-- Agregar acá el código HTML que haga falta para el ejercicio 1 -->
<button>Haz click</button><!-- Agregar acá el código HTML que haga falta para el ejercicio 1 -->
<p>Este boton ha sido clickeado 0 veces</p>
</div>
<hr>
<div id="ejercicio-2">