1. 程式人生 > >前端註冊html

前端註冊html

手機 src height ref span block header 手機號 所有

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>美樂樂註冊頁面</title>
    <style>
        .top{
            background-color: gainsboro;
            height: 30px;
            /*float: top;*/
        }
        .shoucang{
            float
: left; color: black; list-style: none; margin: 10px; /*width: 20px;*/ /*width: 20px;*/ } /*.denglu{*/ /*float: right;*/ /*width: 40%;*/ /*}*/ /*.zhuce{*/ /*!*float: left;*!*/ /*!*width: 70%;*!
*/ /*!*color: black;*!*/ /*!*display:inline-block; width:150px; height:200px; border:1px solid #0a0*!*/ /*float: right;*/ /*}*/ /*.kehu{*/ /*width: 50%;*/ /*}*/ /*.vip{*/ /*width: 60%;*/ /*}*/ #two,#three,#four,#five,#six
{ list-style: none; color: black; float: right; margin: 10px; /*width:75%;*/ /*width:100px;*/ /*padding: 10px;*/ } .mod_copyright_info{ text-align: center; font-size: 12px; } .header_id{ /*margin:40px;*/ width: 80%; } .Blok_info{ margin:0 auto; width: 80%; height: 500px; border: 1px solid bisque; } .zuobian{ float: left; } .youbian{ float: right; } </style> </head> <body> <div class="top"> <ul > <li class="shoucang" id="one">*收藏本站</li> </ul> <ul> <a href="http://crm.oldboyedu.com/stu/" class="denglu" id="two">客戶服務</a> </ul> <!--<div>--> <!--<a href="http://www.oldboyedu.com/shizi.php" class="zhuce">免費註冊</a>--> <!--</div>--> <ul> <a href="http://www.oldboyedu.com/shizi.php" class="zhuce" id="three">vip俱樂部</a> </ul> <ul> <li class="dingdan" id="four">我的訂單</li> </ul> <ul> <li class="vip" id="five">免費註冊</li> </ul> <ul> <li class="kehu" id="six">登錄</li> </ul> <!--<a href="http://crm.oldboyedu.com/stu/" class="shoucang">收藏本站</a>--> </div> <div class="header_id"> <img src="mll_logo.gif" alt="公司logon走丟了"> </div> <div class="Blok_info"> <div class="zuobian"> <div> <h1>註冊新用戶</h1> </div> <from action="" method="psot"> <p> <label for="user">用戶名:</label> <input type="text" name="username" id="user" tabindex="1" autocomplete="off" placeholder="用戶名:"> </p> <p> <label for="shoujihao">手機號:</label> <input type="text" name="shoujihao" id="shoujihao" tabindex="2" autocomplete="off" placeholder="手機號:"> </p> <p> <label for="denglumima">登錄密碼</label> <input type="password" name="denglumima" id="denglumima" tabindex="3" autocomplete="off" placeholder="登錄密碼"> </p> <p> <label for="querendenglumima">確認登錄密碼</label> <input type="password" name="querendenglumima" id="querendenglumima" tabindex="4" autocomplete="off" placeholder="確認登錄密碼"> </p> <p> <label for="yanzhengma">驗證碼:</label> <input type="text" name="pwd" id="yanzhengma" tabindex="5" autocomplete="off" placeholder="驗證碼:"> </p> <p> <input type="radio" value="" tabindex="6">我已閱讀並同意<a href="http://crm.oldboyedu.com/stu/"><用戶註冊協議></a> </p> <p style="text-align: center" class="last"> <a href="http://crm.oldboyedu.com/stu/">&nbsp;&nbsp;&nbsp;&nbsp;</a> <!--<input type="submit" value="登&nbsp;&nbsp;&nbsp;&nbsp;錄" tabindex="4">--> </p> <!--<a href="http://www.oldboyedu.com/" class="send"><b></b>免費註冊</a>--> </from> </div> <div class="youbian"> <div> 我已經註冊,現在就&nbsp;<a href="http://www.oldboyedu.com/">登錄</a> </div> <div> <img src="hongbao.jpg" alt="此處已經有張紅包大戰的圖片,沒顯示的話,可能是被打死了"> </div> </div> </div> <div class="mod_copyright_info" > <p> <span> Copyright&nbsp;&Theta;&nbsp;2004&nbsp;-&nbsp;2015&nbsp;www.oldboyedu.com&nbsp;All Rights Reserved&nbsp;老男孩&nbsp;&copy;版權所有 </span> </p> </div> </body> </html>

前端註冊html