ejercicio 1

This commit is contained in:
Romeo
2026-05-26 22:18:09 -03:00
parent 610d2530dd
commit 80f5ca683e
2 changed files with 24 additions and 0 deletions

View File

@@ -8,6 +8,13 @@
</head>
<body>
<h1>Ejercicio 1</h1>
<p>Ingrese su nombre</p>
<form action="">
<label for="input-nombre"></label>
<input type="text" name="input-nombre" id="input-nombre">
<button type="submit" id="enviar-form">ver</button>
</form>
<p id="saludo"></p>
<script src="ejercicio1.js"></script>
</body>