天天看點

開心網注冊

開心網注冊

qq2835809579有事聯系,無事别添加

<<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>開心網</title>
    <style>
        .div1{
            margin:0px;
            padding:0px;
            color: gray;
        }
        .div2{
            margin:0px;
            padding:0px;
            color: green;
        }
    </style>
</head>
<body>
<form action="user.py" method="post" enctype="multipart/form-data">
    <table border='0px' width='0px' align="center" >
        <tr>
            <td>
                <div class="div2" align="center">還沒有開心網賬号?快來注冊一個吧!</div>
            </td>
        </tr>
        <tr>
            <td>電子郵箱:
                <input type="text" name="username" id="username" size='25' maxlength="25"/></td>
        </tr>
        <tr><td><div class="div1" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;如果沒有郵箱,你可以用<a href="">賬号注冊</a></div></td></tr>
        <tr>
            <td>
                密&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;碼:
                <input type="password" name="pwd" id="pwd" />
            </td>
        </tr>
        <tr>
            <td>
                姓&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;名:&nbsp;<input type="text" name="username1" id="username1" size='20' maxlength="15" />
            </td>
        </tr>
        <tr>
            <td>
                性&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;别: <input type="radio" name="sex" value="1" />男
                <input type="radio" name="sex" value="2" checked="checked"/>女
            </td>
        </tr>
        </tr>
        <tr>
            <td>
                生日:&nbsp;<input type="date"  name="date" />
            </td>
        </tr>
        <tr>
            <td>我&nbsp;現&nbsp;在:
                <input type="radio" name="gender" value="1" />在工作
                <input type="radio" name="gender" value="2" checked="checked"/>在上學
                <input type="radio" name="gender" value="3" />其它
            </td>
        </tr>
        <tr>
            <td>
                居住地:
                <textarea name="information" rows='1' cols="25"></textarea>
            </td>
        </tr>
        <tr>
            <td  align="center"><input type="checkbox" />同意
                <a href="#"><font ><a href="">開心網服務條款</a></font></a></td>
        </tr>
        <tr>
            <td>
                <input type="submit" style="width:260px;height:50px;text-align: center;background: #63b7cc;font-family: 'Arial Black';font-weight: bold" value='立即注冊' />
            </td>
        </tr>
    </table>
</form>
</body>
</html>