test1.html 235 B

123456789
  1. <html>
  2. <body>
  3. <form action = "/login" method = "post">
  4. <p>Enter Name:</p>
  5. <p><input type = "text" name = "nm" /></p>
  6. <p><input type = "submit" value = "submit" /></p>
  7. </form>
  8. </body>
  9. </html>