lunes, 19 de febrero de 2018

formulario1

<html>
<title>
</title>
<meta charset="utf-8">
<head>
</head>
<body>
<form action="insertar.php" method="post">
<table border="2" width="300">
<tr>
<td>INGRESE NOMBRE</td>
<td><input type="text"  name="nombre"/>
</td>
</tr>
<tr>
<td>INGRESE SU EDAD</td>
<td><input type="text"  name="edad"/>
</td>
</tr>
<tr>
<td></td>
<td><button type="submit" value="procesar"></button>
</td>
</tr>
</table>
</form>
</html>

No hay comentarios:

Publicar un comentario