ejercicio2

This commit is contained in:
Romeo
2026-05-27 01:08:20 -03:00
parent 80f5ca683e
commit 7775d18ff8
2 changed files with 27 additions and 1 deletions

View File

@@ -8,7 +8,13 @@
</head>
<body>
<h1>Ejercicio 2</h1>
<p>escriba un texto para agregar a la lista</p>
<br>
<input type="text" name="input" id="input">
<button id="boton-agregar">Agregar</button>
<br>
<ul>
</ul>
<script src="ejercicio2.js"></script>
</body>
</html>