摘要:<!DOCTYPE html ><html><head> <meta charset="utf-8"> <title>員工信息管理系統(tǒng)</title> <link rel="shortcut icon" type="image/x-ic
<!DOCTYPE html > <html> <head> <meta charset="utf-8"> <title>員工信息管理系統(tǒng)</title> <link rel="shortcut icon" type="image/x-icon" href="images/logo.png"> <link rel="stylesheet" type="text/css" href="css/index.css"> <style type="text/css"> input{height: 8px;width: 258px;border:1px solid #ccc;margin-top: 20px;padding:20px;} button{height: 48px;width: 298px;margin-top: 20px;background: #FF6A00; border:none;color:#fff;} </style> </head> <body> <form method="get/post" action="url地址"> <input type="text" name="username" placeholder="請(qǐng)輸入用戶名">用戶名<br> <input type="password" name="pwd" placeholder="請(qǐng)輸入密碼">密碼<br> <button>登錄</button> </form> </body> </html>
批改老師:查無(wú)此人批改時(shí)間:2019-04-03 13:21:41
老師總結(jié):完成的不錯(cuò)??梢钥纯磄et和post的區(qū)別。繼續(xù)加油。