作业二:百度注册页面

作业二

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
        div img{
            width: 135px;
            vertical-align: -11px;
        }
        form input{
            width: 400px;
            height: 30px;
        }

        .box{
            width: 198px;
        }

        .wrap{
            height: 35px;
        }
        input[type=checkbox]{
            width: 15px;
            height: 15px;
            vertical-align: -2px;
        }
        .box1 a{
            font-size: 12px;
        }
        input[type=submit]{
            background: dodgerblue;
        }
        a{
            /*去下划线*/
            text-decoration: none;
        }
    </style>
</head>
<body>
    <div>
        <a href="http://www.baidu.com"><img src="https://www.baidu.com/img/bd_logo1.png" alt=""></a>
        <span>| 注册百度账号</span>
    </div>
    <form action="">
        <p>用户名 <input type="text" name="user" placeholder="请设置用户名"></p>
        <p>手机号 <input type="text" name="phone" placeholder="可用于登录和找回密码"></p>
        <p>&emsp;<input type="password" name="psw" placeholder="请设置登录密码"></p>
        <p>验证码
            <input type="text" name="yanzhengma" placeholder="请输入验证码" class="box">
            <input type="button" value="获取短信验证码" class="box wrap" style="width: 195px; height: 36px;">
        </p>
        <p class="box1">&emsp;&emsp;&emsp;
            <input type="checkbox">阅读并接受<a href="">《百度用户协议》</a><a href="">《百度隐私保护声明》</a>
        </p>

        <p>&emsp;&emsp;
            <input type="submit" value="注册">
        </p>
    </form>
</body>
</html>

p标签下面不要写p标签

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <p>666
        <p>888</p>
    </p>
</body>
</html>

有三个p标签

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值