<!DOCTYPE html>
<html lang="es">
<head>
<title>Formulario</title>
<h1>Formulario</font></h1>
<body text="green">
<body bgcolor="greenyellow">
<form>
<label for="nombre">Ingrese su nombre de usuario</label>
<input type="text" placeholder="Escribe tu nombre" maxlength="16"
name="nombre" id="nombre">
<br><br>
<label for="contraseña">Ingrese su contraseña</label>
<input type="password" placeholder="Escribe tu contraseña" maxlength="14"
name="contraseña" id="contraseña">
<br><br>
<label for="email">Ingrese su email</label>
<input type="text" placeholder="Escribe tu email" maxlength="22"
name="email" id="email">
<br><br>
<input type="radio" placeholder="Sexo" name="Sexo">Masculino
<input type="radio" placeholder="Sexo" name="Sexo">Femenino
<br><br>
<input type="button" value="Enviar">
<br><br>
<input type="submit" value="Enviar consulta">
<br><br>
<label for="Paises">Paises</label>
<select name="">
<option value="Peru">Peru</option>
<option value="España">España</option>
<option value="USA">USA</option>
<option value="Bolivia">Bolivia</option>
<option value="Ecuador">Ecuador</option>
<option value="Brasil">Brasil</option>
<option value="Uruguay"</option>
<option value="Colombia"</option>
</select>
<br><br>
jueves, 11 de julio de 2019
lunes, 1 de julio de 2019
<!DOCTYPE html>
<html lang="es">
<head>
<title>Formulario</title>
<h1><font face="Lucida Calligraphy">Formulario</font></h1>
<body text="green">
<body bgcolor="greenyellow">
<form>
<label for="nombre">Ingrese su nombre de usuario</label>
<input type="text" placeholder="Escribe tu nombre" maxlength="16"
name="nombre" id="nombre">
<br><br>
<label for="contraseña">Ingrese su contraseña</label>
<input type="password" placeholder="Escribe tu contraseña" maxlength="14"
name="contraseña" id="contraseña">
<br><br>
<label for="email">Ingrese su email</label>
<input type="text" placeholder="Escribe tu email" maxlength="22"
name="email" id="email">
<br><br>
<input type="radio" placeholder="Sexo" name="Sexo">Masculino
<input type="radio" placeholder="Sexo" name="Sexo">Femenino
<br><br>
<input type="button" value="Enviar">
<input type="submit" value="Enviar consulta">
<select name="">
<option value="Peru">Peru</option>
<option value="España">España</option>
<option value="USA">USA</option>
<option value="Bolivia">Bolivia</option>
<option value="Ecuador">Ecuador</option>
<option value="Brasil">Brasil</option>
<option value="Uruguay"</
<option value="Colombia"
</select>
<br><br>
<label for="color">Color</label>
<input type="color" name="color">
<label for="range">Range</label>
<html lang="es">
<head>
<title>Formulario</title>
<h1><font face="Lucida Calligraphy">Formulario</font></h1>
<body text="green">
<body bgcolor="greenyellow">
<form>
<label for="nombre">Ingrese su nombre de usuario</label>
<input type="text" placeholder="Escribe tu nombre" maxlength="16"
name="nombre" id="nombre">
<br><br>
<label for="contraseña">Ingrese su contraseña</label>
<input type="password" placeholder="Escribe tu contraseña" maxlength="14"
name="contraseña" id="contraseña">
<br><br>
<label for="email">Ingrese su email</label>
<input type="text" placeholder="Escribe tu email" maxlength="22"
name="email" id="email">
<br><br>
<input type="radio" placeholder="Sexo" name="Sexo">Masculino
<input type="radio" placeholder="Sexo" name="Sexo">Femenino
<br><br>
<input type="button" value="Enviar">
<input type="submit" value="Enviar consulta">
<select name="">
<option value="Peru">Peru</option>
<option value="España">España</option>
<option value="USA">USA</option>
<option value="Bolivia">Bolivia</option>
<option value="Ecuador">Ecuador</option>
<option value="Brasil">Brasil</option>
<option value="Uruguay"</
<option value="Colombia"
</select>
<br><br>
<label for="color">Color</label>
<input type="color" name="color">
<label for="range">Range</label>
Suscribirse a:
Entradas (Atom)