You are on page 1of 2

PROGRAMACIÓN

<html>
<head>
<title>prueba de formulario</title>
</head>
<body>
<form action="/resgistrardatos.php"method="post">
INGRESE SU NOMBRE:
<input type="text" name="nombre"
size="20"><br>
<input type="submit" value="enviar">
</form>
</body>
</html>
<html>
<head>
<title>prueba de formulario</title>
</head>
<body>
<form action="/resgistrardatos.php"method="post">
INGRESE SU NOMBRE:
<input type="text" name="nombre"
size="20"><br>
INGRESE SU CLAVE:
<input type="password" name="clave" size="12">
<br>
<input type="submit" value"enviar="enviar">
<input type="reset" value="borrar">
</form>
</body>
</html>
<html>
<head>
<title>prueba de formulario</title>
</head>
<body>
<form action="/resgistrardatos.php"method="post">
INGRESE SU MAIL
<input type="text" mail="Mail"
size="20"><br>
INGRESE SU CLAVE:
<input type="password" name="clave" size="12">
<br>
INGRESE NUEVAMENTE SU CLAVE:
<input type="password" name="clave" size="12">
<br>
<input type="submit" value"enviar="enviar">
<input type="reset" value="borrar">
</form>
</body>
</html>
<html>
<head>
<title>prueba de formulario</title>
</head>
<body>
<form action="/resgistrardatos.php"method="post">
INGRESE SU NOMBRE:
<input type="text" name="nombre"
size="20"><br>
<body>
<form action="/resgistrardatos.php"method="post">
INGRESE SU EDAD:
<input type="text" name="nombre"
size="20"><br>
<input type="submit" value="enviar">
</form>
</body>
</html>

You might also like