forked from marquez.juan/clase-9-eventos
ej1 terminado
This commit is contained in:
@@ -9,11 +9,13 @@
|
||||
<body>
|
||||
<h1>Clase 9 - Eventos</h1>
|
||||
<div id="ejercicio-1">
|
||||
<!-- Agregar acá el código HTML que haga falta para el ejercicio 1 -->
|
||||
<button id="contador-btn">Haz clic</button>
|
||||
<p id="contador-parrafo">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 -->
|
||||
<input type="text" id="nombre-input" placeholder="Escribe algo">
|
||||
</div>
|
||||
<hr>
|
||||
<div id="ejercicio-3">
|
||||
|
||||
Reference in New Issue
Block a user