WIPej9 #7

Open
arteche.mateo wants to merge 4 commits from arteche.mateo/clase-9-eventoskkkkk:arteche-mateo-rama into main
Showing only changes of commit a91f71ea38 - Show all commits

View File

@@ -9,15 +9,23 @@
<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="boton1">Boton</button>
<p id="parrafo1">Boton 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="texto" id="text">
<p id="carac0">Cantidad de caracteres: 0</p>
</div>
<hr>
<div id="ejercicio-3">
<!-- Agregar acá el código HTML que haga falta para el ejercicio 3 -->
<ul id="itemListas">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
<li>Item 5</li>
</ul>
</div>
<hr>
<div id="ejercicio-4">