web作业二(3.11)

制作注册页面

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>用户注册</title>
    </head>
    <body>
        <form action="#" method="post">
        <table border="1" cellspacing=0 cellpadding=0 width=400px >
            <tbody>
                <tr align="center">
                    <td colspan="2" bgcolor="#ccc" ><b>用户注册</b></td>
                    <!-- <td></td> -->
                </tr>
                <tr>
                    <td bgcolor="#ddd" align="right"><b>用户名</b></td>
                    <td bgcolor="#ddd">
                            <input type="text" name="username">
                        </td>
                </tr>
                <tr>
                    <td bgcolor="#ddd" align="right"><b>密码</b></td>
                    <td bgcolor="#ddd">
                            <input type="password" name="password">
                        </td>
                </tr>
                <tr>
                    <td bgcolor="#ddd" align="right"><b>性别</b></td>
                    <td bgcolor="#ddd">
                            <input type="radio" name="xb" value="男">男
                            <input type="radio" name="xb" value="女">女
                        </td>
                </tr>
                <tr>
                    <td bgcolor="#ddd" align="right"><b>爱好</b></td>
                    <td bgcolor="#ddd">
                            <input type="checkbox" name="写作">写作
                            <input type="checkbox" name="听音乐">听音乐
                            <input type="checkbox" name="体育">体育
                        </td>
                </tr>
                <tr>
                    <td bgcolor="#ddd" align="right"><b>省份</b></td>
                    <td bgcolor="#ddd">
                       <select name="省份">
                           <option value="广东">广东省</option>
                        <option value="广西">广西省</option>
                        <option value="云南">云南省</option>
                       </select>
                        </td>
                </tr>
                <tr>
                    <td bgcolor="#ddd" align="right"><b>自我介绍</b></td>
                    <td bgcolor="#ddd">
                      <textarea name="自我介绍" id="" cols="30" rows="10"></textarea>
                        </td>
                </tr>
                <tr align="center">
                    <td colspan="2" bgcolor="#ccc" >
                        <input type="submit" name="重置">
                        <input type="reset" name="重置" >
                    </td>
                    <!-- <td></td> -->
                </tr>
            </tbody>
        </table>
        </form>
    </body>
</html>

西瓜视频登录页面

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <style type="text/css">
            .log{
                /* border: 1px solid red; */
                font-size: 30px;
                border-bottom: 1px solid #ccc;
            }
            .total{
                width: 800px;
                height: 600px;
                /* background-color: aqua; */
            }
            .sec1{
                float: left;
                width: 400px;
                height: 400px;
                /* background-color: bisque; */
            }
            .sec2{
                float: right;
                width: 300px;
                height: 400px;
                /* background-color: rebeccapurple; */
            }
            #link1:link{
                color:red;
                text-decoration: none;
            }
            #link2:link{
                color: blue;
                text-decoration: none;
            }
        </style>
    </head>
    <body>
        <div class="log">
            登录
            <div style="display:inline;padding-left: 700px;">
                <img src="./pic/x.png">
            </div>
        </div>
        <div class="total">
            <div style="width:700px;height:420px;margin: auto;">
                <div class="sec1">
                    <div style="padding-top:40px;">
                        密码登录
                        <div style="margin-top:10px ;background-color: #CCC;width:350px ;">
                            <select name="区号" style="border: none;height: 60px; width:100px ; background-color:#CCC;">
                                <option>+86</option>
                                <option>+853</option>
                                <option>+852</option>
                            </select>
                            <input type="text" name="手机号" placeholder="请输入手机号" style="border: none; width: 240px;height: 60px; background-color:#CCC;">
                        </div>
                        <div style="margin-top:30px ;background-color:#ccc;width:350px ;height:60px ;">
                            <input type="password" name="密码" placeholder="请输入密码" style="border: none;height: 58px; width:277px ; background-color:#CCC;">
                            忘记密码
                        </div>
                        <div style="padding-top:40px ;">
                            <input type="checkbox" name="记住密码" >记住密码
                            <div style="background-color:red;width:350px ;height:60px ;text-align: center;font-size: 30px;">
                                登录
                            </div>
                            <div style="padding-top:5px ;">
                                其他方式:
                                <a  href="https://www.douyin.com/" target="_blank">
                                    <img src="./pic/douyin.webp" style="border-radius: 50%;" width="5%"></a>
                                <a  href="https://im.qq.com/index/" target="_blank">
                                    <img src="./pic/QQ.jpg" style="border-radius: 50%;" width="7%"></a>
                                <a  href="https://weixin.qq.com/" target="_blank">
                                    <img src="./pic/wechat.jfif" style="border-radius: 50%;" width="5%"></a>
                                <div style="margin-left: 80px;display: inline;">手机验证码登录</div>
                            </div>
                        </div>
                    </div>
                </div>    
                <div class="sec2">
                    <div style="border-left: 1px solid #ccc;margin-top: 40px;">
                        <div style="padding-left: 40px;">
                            扫码登录
                        </div>
                        <div style="padding-top:10px; padding-left: 40px">
                            <div style=" background-color: #CCC; width: 200px; height: 200px;vertical-align: middle; text-align:center;display: table-cell;">
                                <img src="./pic/二维码.png" alt="" width="180px" height="180px" >
                            </div>
                        </div>
                        <div style="padding-top:10px;padding-left: 40px;">
                            打开<a  id="link1" href="https://www.ixigua.com/?wid_try=1">西瓜视频网页版</a>
                            <br>
                            我的-扫一扫登录
                            <img src="./pic/?.png" style="border-radius: 50%;" width="7%">
                        </div>
                    </div>
                </div>
            </div>
            <div style="width:700px;height:90px;margin: auto;text-align: center;">
                <input type="checkbox" name="协议" >登录即代表你同意
                    <a id="link2" href="https://www.zuiyouxi.com/user/agreement">用户协议</a>
                    和
                    <a id="link2" href="http://app.0359tv.com/agreement/privacy/policy.html" >隐私协议</a>
            </div>
        </div>
    </body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

RongChuJie

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值