tutostudio1

Formulário com método GET

Aug 2nd, 2019
2,611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.24 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <meta charset="UTF-8">
  4.         <title>Usando o método GET</title>
  5.     </head>
  6.     <body>
  7.         <form action="" method="get">
  8.             <input type="text" name="minhaEntrada">
  9.             <input type="submit" value="Enviar">
  10.         </form>
  11.     </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment