forked from marquez.juan/clase-9-eventos
Ejercicio 1
This commit is contained in:
@@ -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 -->
|
||||
<p>Boton clickeado <span id="cantidad">0</span> <span id="descripcionCantidad">veces.</span></p>
|
||||
<button id="boton">Haz click aqui</button>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="ejercicio-2">
|
||||
|
||||
Reference in New Issue
Block a user