Advertisement
AnindyaBiswas

index

Oct 18th, 2022
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Insert title here</title>
  6. </head>
  7. <body>
  8. <form action = "Fservlet" method = "get">
  9. Enter First Name<input type = "text" name = "fname"><br>
  10. Enter Second Name<input type = "text" name = "lname"><br>
  11. <input type = "submit" value = "Submit">
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement