ejercicio 4: bubbling y captura de eventos

This commit is contained in:
2026-05-24 14:53:40 -03:00
parent afda7e5f0d
commit 930ee7ee56

View File

@@ -30,7 +30,11 @@
</div>
<hr>
<div id="ejercicio-4">
<!-- Agregar acá el código HTML que haga falta para el ejercicio 4 -->
<div id="externo">
<div id="interno">
<button id="botonCaptura">Click</button>
</div>
</div>
</div>
<hr>
<div id="ejercicio-5">