forked from marquez.juan/clase-10-ejercicios-de-repaso
ejercicio2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user