ejercicio2

This commit is contained in:
romeo
2026-05-25 02:49:04 -03:00
parent 77ce319009
commit 5b37154dbd
2 changed files with 47 additions and 0 deletions

View File

@@ -15,6 +15,11 @@
<hr>
<div id="ejercicio-2">
<!-- Agregar acá el código HTML que haga falta para el ejercicio 2 -->
<p>Contador de caracteres</p>
<input type="text" id="input-ej2">
<label for="input-ej2" id="label-ej2">contador de caracteres</label>
</div>
<hr>
<div id="ejercicio-3">