网页编辑

来源:互联网 发布:js导出excel 多个表 编辑:程序博客网 时间:2024/05/21 06:41

简易登录页面设计

<html class="">

  <head> 
    <meta name="_dhsg" content="ij7t5mdfksda8fksdafka19b04cef36a"/> 
    <meta name="_dhsg2" content="290D43EF-9288-4d8d-8D05-D79D8B79CC67"/> 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>交互学习登录页面</title> 
  </head>


<body>
  <form method="post" id="loginForm" class="login-form" action="">
    <dl class="top clearfix">
      <p>用户名:
      </p>
      <dd style="border-color: rgb(173, 182, 201);">
         <input type="text" name="email" class="input-text" id="email" tabindex="1" value="" style="color: rgb(51, 51, 51);">
      </dd>
    </dl>
    <dl class="pwd clearfix">
      <p>密码:
 </p>
      <dd style="border-color: rgb(142, 150, 161);">
       <input type="password" id="password" name="password" error="请输入密码" class="input-text" tabindex="2">
      </dd>
    </dl>
</body>


</html>
0 0