miércoles, 26 de diciembre de 2012
Ejercicio ex4.21.HTML
<html>
<head>
<title>Formulario Simple en HTML</title>
</head>
<body bgcolor="lightblue"><font size="+1">
<form action="http://localhost/Ejercicios1/ex4.22.php" />
<!--<form action="http://localhost/Clases/chapter4_examples/ex4.22.php" /> -->
<p>
Por favor introduzca su nombre: <br />
<input type="text" size=30 name="tu_nombre" />
<br>
Por favor introduzca su teléfono: <br>
<input type="text" size=15 name="tu_telefono" />
<br />
<input type=submit value="enviar" />
</form>
</body>
</html>
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario