Input
Output
<html> <body> <form action="/login" method="post"> <input type="text" name="user"> <input type="password" name="pass"> <input type="submit"> </form> </body> </html>