vividtea

HTML Form with GEt

Sep 8th, 2025
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.19 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>simple form</title>
  5. </head>
  6. <body><form method="GET" action="process.php">
  7. <input name="firstName">
  8. <input type="submit">
  9. </form>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment