miércoles, 29 de agosto de 2012

Formulario 1

formulario
NOMBRE:
CONTRASEÑA:








<title> formulario</title>
<br />
<form>
NOMBRE: <input name="nombre" type="text" />
<br />
CONTRASEÑA: <input maxlegth="3" size="12" type="password" />
<br />
<input type="submit" value="enviar" />
<input type="reset" value="restablecer" />

<br />
<input name="ficheros" type="file" />
</form>

0 comentarios:

Publicar un comentario