Form登录输入框等的实现

原创 2019-04-02 12:08:17 321
摘要:<!DOCTYPE html ><html><head>  <meta charset="utf-8">  <title>员工信息管理系统</title>  <link rel="shortcut icon" type="image/x-ic
<!DOCTYPE html >
<html>
<head>
  <meta charset="utf-8">
  <title>员工信息管理系统</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="请输入用户名">用户名<br>
    <input type="password" name="pwd" placeholder="请输入密码">密码<br>
    <button>登录</button>


  </form>

</body>
</html>


批改老师:查无此人批改时间:2019-04-03 13:21:41
老师总结:完成的不错。可以看看get和post的区别。继续加油。

发布手记

热门词条