1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title>无标题文档</title> 6 </head> 7 8 <body> 9 10 <form name="form1" id="form1" action="login.php" method="get"> 11 用户名:<input type="text" name="username" size="40" /> 12 密码:<input type="password" name="password" size="40" /> 13 <input type="submit" value="提交表单" /> 14 </form> 15 16 17 18 19 </body> 20 </html>