lunes, 11 de abril de 2016

Actividad 3.19 - Formulario de Registro - Mi web




<html lang="es">
<head>
<title>Actividad 3.19 - Formulario de Registro - Mi web</title>
</head>
<body>
<form method="get" action="">
<h2>Nombre: <input type="text" name="Nombre" maxlength="50"/></h2>
<h2>Apellidos: <input type="text" name="Apellidos" maxlength="50"/></h2>
<h2>Sexo: <input type="radio" name="Sexo" value="h"/> hombre <input type="radio" name="Sexo" value="m"/> mujer</h2>
<h2>Correo Electrónico: <input type="text" name="mail"/></h2>
<h3><input type="checkbox" checked/> Deseo recibir información sobre novedades y ofertas</h3>
<h3><input type="checkbox"/> Declaro haber leído y aceptar las condiciones generales del programa y la normativa sobre protección de datos</h3>
<input type="submit"/>
</form>
</body>
</html>


No hay comentarios:

Publicar un comentario