表格布局和表单练习

作者 : 小编 发布时间: 2024-05-18 人阅读

微信图片_20240518154932.png

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>成员注册</title>
    <style>
        h1 {
            font-family: "黑体";
            color: red;
            text-align: center;
        }
        
        .sj {
            text-align: center;
        }
        
        .sg {
            text-indent: 2em;
        }
td{align:right}
    </style>
</head>

<body>
    <h1>成员注册</h1>
    <tr>
        <p>
<font color="red">*</font>用户名称
            <input type="text" />
            <br />
            <p><font color="red">*</font>真实姓名
                <input type="text" />
                <br />
                <p>出生日期
                    <input type="date" />
                    <br />
                    <p>性别
                        <input type="radio" name="sex" />男
                        <input type="radio" name="sex" />女
<p><font color="red">*</font>登录密码
<input type="password" />
<br/>
<p><font color="red">*</font>确认密码
<input type="password" />
<br/>
<p><font color="red">*</font>E-amil
<td>
<input type="email" name="username1" size="20" />
</td>
<br/>
<p>电话
<input type="number" />
<br/>
<p>其他联系方式
<input type="text" />
<br/>
<p>个人简介
<input style="padding:10px;" />
<br />
<input type="submit" value="确定" />
<br /> 
</tr>
</body>

</html>
①本站所有成品淘宝购买需确认收货并好评后发货;
②所有作品如需修改需另加费用;
③所有作品没有任何人的姓名学校之类信息;
④请务必确认网页是您需要的,源码具有可复制性,所以无法退换!
⑤每份网页都可以更换内容,费用50元起,如需更换内容请联系客服!
dw网页设计 » 表格布局和表单练习