Click Here to view Result after edited
Return to html tutorial by example
<html> <head> <title> Enter a user name and password </ title> </ head> <body> <form action = "http://www.nt22.com/asdocs/html_tutorials/userpw.php" method = "post" /> Please enter your name: <input type="text" name="yourname" /> <br> Please enter your password: <input type="password" name="yourpw" /> <br> <input type = "submit" value = "submit" /> </ form> </ body> </ html>