Ejercicio 5
This commit is contained in:
17
index.html
17
index.html
@@ -46,8 +46,21 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div id="ejercicio-5">
|
||||
<!-- Agregar acá el código HTML que haga falta para el ejercicio 5 -->
|
||||
</div>
|
||||
<form id="formulario">
|
||||
|
||||
<input type="text" id="nombre" placeholder="Escribe tu nombre">
|
||||
<p id="errorNombre"></p>
|
||||
<br>
|
||||
<input type="text" id="edad" placeholder="Escribe tu edad">
|
||||
<p id="errorEdad"></p>
|
||||
<br>
|
||||
<textarea id="mensaje" placeholder="Escribe un mensaje"></textarea>
|
||||
<p id="errorMensaje"></p>
|
||||
<br>
|
||||
<button type="submit">Enviar</button>
|
||||
</form>
|
||||
|
||||
<p id="exito"></p>
|
||||
<script src="clase-9.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user