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