Advertisement
tomateblue

FormularioIndex.html

Nov 19th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <html>
  2.  
  3. <head><title>Pega formulario</title></head>
  4.  
  5.  
  6. <body>
  7.  <form action="." method="POST">
  8.    
  9.   <center>
  10.    Text: <input type="text" name="text">
  11.     <input type="submit" name="submit" value="Enviar">
  12.   </center>
  13.  </form>
  14.    
  15. </body>
  16.  
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement