You are on page 1of 1

<form action="validacion.

php" method="GET">
<table border="1" align="center">
<tr>
<td align="right">Usuario:</td>
<td><input type="text" name="user"/></td>
</tr>
<tr>
<td align="right">Contrase&ntildea:</td>
<td><input type="password" name="clave"/></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="submit" value="Enviar"/>
</td>
</tr>
</form>

You might also like