亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Form登錄輸入框等的實(shí)現(xiàn)

Original 2019-04-02 12:08:17 249
abstract:<!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>


Correcting teacher:查無(wú)此人Correction time:2019-04-03 13:21:41
Teacher's summary:完成的不錯(cuò)。可以看看get和post的區(qū)別。繼續(xù)加油。

Release Notes

Popular Entries