Labels

lunes, 27 de agosto de 2012

Formulario html

<form action="" method"post" enctype="text/plain">
<fieldset>
<legend>formulario</legend>
Nombre:<input type="text" name="nombre">  <BR>
Contraseña:<input type="password" size="15" maxlength="5" name="contraseña">
<input type="submit" value="enviar"
<input type="reset">
</fieldset>
</form>
 

0 comentarios:

Publicar un comentario