1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<html> <body> Login <form action="access" method="post"> UserId:<br> <input type="text" name="userId" > <br> PASSWORD:<br> <input type="password" name="password" > <br><br> <input type="submit" value="Submit"> <label name="message"/> </form> </body> </html>