<!DOCTYPE html>
<html>
<head>
<title>Formulario de registro - Mi web</title>
</head>
<body>
<h1>Formulario de registro</h1>
<form action="" method="get">
<p>
Nombre: <input type="text" name="nombre" maxlength="50">
</p>
<p>
Apellidos: <input type="text" name="apellidos" maxlength="50">
</p>
<p>
Sexo: <input type= "radio" name="sexo" value="h"> hombre <input type="radio" name="sexo" value="m"> mujer
</p>
<p>
Correo: <input type="text" name="correo" maxlength="100">
</p>
<p>
<input type="checkbox" name="info" checked="checked"> Deseo recibir información sobre novedades y ofertas
</p>
<p>
<input type="checkbox" name="condiciones"> Declaro haber leido y aceptar las condiciones generales del programa y la normativa sobre protección de datos
</p>
<p>
<input type="submit" value="Enviar">
</p>
</form>
</body>
</html>
viernes, 25 de agosto de 2017
Suscribirse a:
Enviar comentarios (Atom)
2ª Parte Módulo 3 Examen
1) En CSS, desde el interior hacia afuera de un elemento, ¿cuál es el orden correcto del modelo de caja? content, padding, border, margin 2)...
-
<title>Curriculum Vitae de Bruce Wayne</title> <h1>Curriculum Vitae de Bruce Wayne</h1> <h2>Datos personale...
-
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>HTML & CSS: Curso práctico ava...
No hay comentarios:
Publicar un comentario