Juego Pacman
lunes, 27 de agosto de 2012
Formulario en html
<DOCTYPE html PIBLIC ¨-//w3c//DTD XHTML 1.0 STRICT//EN¨
¨http:www.w3.org/TR/XHTM11/DTD/xhtm11-strict.dtd¨>
<html xmlns=¨http://www.w3.org/1999/xhtml¨xml:lang=¨es¨>
<Head>
<Title>Nombre y contraseña</title>
</head>
<Body>
<Form action="mail:miguelinkin23@gmail.com" method="post">
<Fieldset>
<Legend><b><h1>FORMULARIO</h1></b> </LEGEND>
Usuario:<input Type="text" name="Nombre">
<br>
Contraseña:<input Type="password" size="15" maxlength="5" name="Contraseña">
<br>
Enviar:<input type="submit" value="enviar">
<br>
Restablecer:<input type="reset">
<br>
Subir archivo:<input type="file" name="ficheros">
</FIELDSET>
</form>
</body>
</html>
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario