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