Advertisement
Kimeraweb

formulario

Aug 1st, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <form id="formulario" name="formulario" method="post" action="">
  2.   <p>Nombre de la cuenta:
  3.     <input type="text" name="nombreCuenta" id="nombreCuenta" />
  4.   </p>
  5.   <p>Password de la cuenta:
  6.     <input type="text" name="passwordCuenta" id="passwordCuenta" />
  7.   </p>
  8.   <p>
  9.     <input type="submit" name="enviar" id="enviar" value="Submit" />
  10.   </p>
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement