HTML作业2

news2024/11/21 2:26:07

作业1:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        table {
            td {
                padding: 8px;
                text-align: left;
                background-color: gray;
            }
            th {
                background-color: whitesmoke;
            }
        }
    </style>
</head>
<body>
    <form action="#" method="get">
        <table>
            <tr>
                <th colspan="2">用户注册</th>
            </tr>
            <tr>
                <td>用户名</td>
                <td><input type="text" name="username"></td>
            </tr>
            <tr>
                <td>密码</td>
                <td><input type="password" name="password"></td>
            </tr>
            <tr>
                <td>性别</td>
                <td>
                    <input type="radio" name="gender" value="male">男
                    <input type="radio" name="gender" value="female">女
                </td>
            </tr>
            <tr>
                <td>爱好</td>
                <td>
                    <input name="like" type="checkbox" value="write">写作业
                    <input name="like" type="checkbox" value="music">音乐
                    <input name="like" type="checkbox" value="sport">体育
                </td>
            </tr>
            <tr>
                <td>省份</td>
                <td>
                    <select name="province">
                        <option value="yunnan" selected>云南</option>
                        <option value="shanxi">陕西</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td>自我介绍</td>
                <td><textarea name="Intro" cols="23" rows="5"></textarea></td>
            </tr>
            <tr>
                <th colspan="2">
                    <input type="submit">
                    <input type="reset">
                </th>
            </tr>
        </table>
    </form>
</body>
</html>

结果:

作业2:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        td {
            padding: 5px;
            text-align: left;
        }
        #free {
            text-align: right;
        }
        .text {
            font-size: 12px;
            color: #9b9b9b;
        }
        .text2 {
            height: 30px;
        }
        #log {
            font-size: 25px;
            color: #ffffff;
            background: #2a91db;
            text-align: center;
        }
        #title2 {
            font-size: 20px;
        }
        #input {
            width: 150px;
        }
    </style>
</head>
<body>
<form action="#" method="get">
    <table>
        <tr>
            <td rowspan="9"><img src="./img/截屏2024-03-25 13.10.32.png" alt="QQ" width="300"></td>
            <td width="200px" rowspan="9"></td>
            <td height="100px"></td>
            <td width="180px"></td>
        </tr>
        <tr>
            <td colspan="2" height="25px"><span id="title"><b>欢迎注册QQ</b></span></td>
        </tr>
        <tr>
            <td><span id="title2"><b>每一天,乐在沟通。</b></span></td>
            <td id="free"><a href="#">免费靓号</a></td>
        </tr>
        <tr>
            <td colspan="2"><input type="text" name="username" placeholder="昵称" size="50px" class="text2"></td>
        </tr>
        <tr>
            <td colspan="2"><input type="text" name="password" placeholder="密码" size="50px" class="text2"></td>
        </tr>
        <tr>
            <td>
                <select name="tele" id="input" class="text2">
                    <option value="+86" selected>+86</option>
                    <option value="+1">+1</option>
                </select>
            </td>
            <td>
                <input type="number" name="telephone" placeholder="手机号码" class="text2">
            </td>
        </tr>
        <tr>
            <td class="text" colspan="2">可通过手机号码找回密码</td>
        </tr>
        <tr>
            <td colspan="2"><input type="checkbox" name="check" value="check"><span class="text">我已阅读并同意相关服务条款和隐私政策</span></td>
        </tr>
    </table>
</form>
</body>
</html>

结果:

作业3:

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>登陆</title>
        <style>
            th,td {
                border: 0px solid black;
                padding: 10px;
                text-align: left;
            }
            .text {
                border: 0px solid black;
                padding: 8px;
                text-align: center;
            }
            #head1 {
                background-color: #79c9ff;
                width: 600px;
            }
            #head2 {
                background-color: #79c9ff;
                width: 350px;
            }
            .link {
                font-size: 15px;
                color: #efefef;
            }
            .link2 {
                font-size: 15px;
                color: #505050;
            }
            #title {
                font-size: 25px;
            }
            #title2 {
                font-size: 20px;
            }
            .input {
                height: 35px;
            }
            #submit {
                width: 375px;
            }
            .text-right {
                font-size: 15px;
            }
        </style>
    </head>
    <body>

<form method="get" action="#">
    <table>
        <tr>
            <td id="head1" height="50px"></td>
            <td id="head2" style="text-align: right">
                <a href="#" class="link">QQ登录 |</a>
                <a href="#" class="link">授权管理 |</a>
                <a href="#" class="link">申请接入</a>
            </td>
        </tr>
        <tr>
            <td class="text"><b><span id="title">账号密码登录</span></b></td>
            <td rowspan="7">
                <table>
                    <tr><td style="height: 20px"></td></tr>
                    <tr>
                        <span class="text-right"><td><a href="#"><hr>腾讯网</a>将获得以下权限:<hr></td></span>
                    </tr>
                    <tr>
                        <span class="text-right"><td><input type="checkbox" name="check" value="all" checked>全选<hr></td></span>
                    </tr>
                    <tr>
                        <span class="text-right"><td><input type="checkbox" name="check" value="all" checked disabled>获得您的昵称、头像、性别及会员信息</td></span>
                    </tr>
                    <tr><td style="height: 40px"></td></tr>
                    <tr>
                        <span class="text-right"><td>授权后表名你已同意<a href="#">QQ登录服务协议</a></td></span>
                    </tr>
                    <tr><td style="height: 70px"></td></tr>
                </table>
            </td>
        </tr>
        <tr>
            <td class="text"><span id="title2">推荐使用<a href="#">快速安全登录</a>,防止盗号</span></td>
        </tr>
        <tr>
            <td class="text"><input type="text" name="username" placeholder="支持QQ号/邮箱/手机号登录" size="50px" class="input"></td>
        </tr>
        <tr>
            <td class="text"><input type="text" name="password" placeholder="密码" size="50px" class="input"></td>
        </tr>
        <tr>
            <td class="text"><input type="image" src="./img/3.jpg" id="submit"></td>
        </tr>
        <tr>
            <td style="height: 30px"></td>
        </tr>
        <tr>
            <td style="text-align: right">
                <a href="#" class="link2">忘了密码? |</a>
                <a href="#" class="link2">注册新账号 |</a>
                <a href="#" class="link2">意见反馈</a>
            </td>
        </tr>
    </table>
    </form>
    </body>
    </html>

结果:

作业四:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>新浪网</title>
    <style>
        #index {
            background-color: #d9d9d9;
        }
        th, td {
            padding: 8px;
            text-align: left; 
        }

        .list {
            padding: 8px; 
            text-align: right;
            width: 150px;
        }

        .input {
            padding: 8px;
            text-align: left;
            width: 300px;
        }


        body {
            background-color: #f8f8f8;
        }

        .star {
            color: #ff3232;
        }

        .comment {
            font-size: 12px;
            color: #43b7ff;
            text-decoration: none;
        }

        .comment2 {
            font-size: 15px;
            color: #1a8fd7;
            text-decoration: none;
        }

        .login {
            color: #43b7ff;
            text-decoration: none;
        }
    </style>
</head>
<body>
<form action="#" method="get">
    <table>
        <tr>
            <td rowspan="2"><img src="./img/手机.png" width="50px"></td>
            <td class="list"><span class="star">*</span>手机号码:</td>
            <td class="input"><input type="text" name="tele" size="40px" style="height: 30px"></td>
            <td style="width: 150px" rowspan="9"></td>
            <td style="width: 300px"></td>
        </tr>
        <tr>
            <td></td>
            <td>使用微博账号直接<a href="#">登录</a></td>
            <td>已有账号,<a href="#" class="login">直接登录 >></a></td>
        </tr>
        <tr>
            <td rowspan="7"></td>
            <td class="list"><span class="star">*</span>设置密码:</td>
            <td class="input"><input type="text" name="tele" size="40px" style="height: 30px"></td>
            <td style="width: 300px" rowspan="7"></td>
        </tr>
        <tr>
            <td class="list"><span class="star">*</span>兴趣标签:</td>
            <td>
                <input type="checkbox" value="1" name="check">新闻
                <input type="checkbox" value="2" name="check">娱乐
                <input type="checkbox" value="3" name="check">文化
                <input type="checkbox" value="4" name="check">体育
                <input type="checkbox" value="5" name="check">IT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
                <input type="checkbox" value="6" name="check">财经
                <input type="checkbox" value="7" name="check">时尚
                <input type="checkbox" value="8" name="check">汽车
                <input type="checkbox" value="9" name="check">房产
                <input type="checkbox" value="0" name="check">生活
            </td>
        </tr>
        <tr>
            <td class="list"><span class="star">*</span>手机上发短信:</td>
            <td><button style="height: 35px">注册要使用手机发送短信</button></td>
        </tr>
        <tr>
            <td rowspan="4"></td>
            <td style="height: 40px"></td>
        </tr>
        <tr>
            <td><a href="#" class="comment">《新浪网络服务使用协议》</a></td>
        </tr>
        <tr>
            <td><a href="#" class="comment">《新浪个人信息保护政策》</a></td>
        </tr>
        <tr>
            <td style="height: 150px"></td>
        </tr>
    </table>
</form>
<hr/>
<div>
    <a href="#" class="comment2">新浪简介&amp;nbsp;&amp;nbsp;</a>
    <a href="#" class="comment2">About Sina</a>
    <a href="#" class="comment2">广告服务&amp;nbsp;&amp;nbsp;</a>
    <a href="#" class="comment2">联系我们&amp;nbsp;&amp;nbsp;</a>
    <a href="#" class="comment2">招聘信息&amp;nbsp;&amp;nbsp;</a>
    <a href="#" class="comment2">网站律师&amp;nbsp;&amp;nbsp;</a>
    <a href="#" class="comment2">SINA English&amp;nbsp;&amp;nbsp;</a>
    <a href="#" class="comment2">注册&amp;nbsp;&amp;nbsp;</a>
    <a href="#" class="comment2">产品答疑</a>
</div>
<div>
    <span style="color: #6c6c6c">客户服务电话 110-120-119 欢迎批评指正</span>
</div>
<div>
    <span style="color: #6c6c6c">新浪公司 <a href="#" class="comment2">版权所有</a></span>
</div>
</body>
</html>

结果:

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1547177.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

FPGA高端项目:解码索尼IMX390 MIPI相机转HDMI输出,提供FPGA开发板+2套工程源码+技术支持

目录 1、前言2、相关方案推荐本博主所有FPGA工程项目-->汇总目录我这里已有的 MIPI 编解码方案 3、本 MIPI CSI-RX IP 介绍4、个人 FPGA高端图像处理开发板简介5、详细设计方案设计原理框图IMX390 及其配置MIPI CSI RX图像 ISP 处理图像缓存HDMI输出工程源码架构 6、工程源码…

Charles工具安装,连接手机抓包

1. 下载Charles&#xff0c;[官网地址](https://www.charlesproxy.com/download/latest-release/) 根据自己使用的系统下载对应的安装包即可 注&#xff1a;charles双击打不开&#xff0c;且安装的jdk版本为jdk11的&#xff0c;建议参考以下处理方法&#xff1a;https://blog.…

【虚幻引擎】DTWebSocketServer 蓝图创建WebSocket服务器插件使用说明

本插件可以使用蓝图创建WebSocket服务器&#xff0c;并监听响应数据。 1. 节点说明 Create Web Socket Server – 创建WebSocket服务器对象并开启监听 创建一个WebSocket服务器对象&#xff0c;并监听相应端口&#xff0c;连接地址为 ws://IP:PORT, 比如ws://192.168.1.5:9001…

系列学习前端之第 7 章:一文掌握 AJAX

1、AJAX 简介 AJAX 全称为 Asynchronous JavaScript And XML&#xff08;中文名&#xff1a;阿贾克斯&#xff09;&#xff0c;就是异步的 JS 和 XML。AJAX 不是新的编程语言&#xff0c;而是一种将现有的标准组合在一起使用的新方式。AJAX 可以在浏览器中向服务器发送异步请求…

GAMES Webinar 288-VR/AR专题-陆峰-混合现实中的多模态自然人机交互

感知交互增强智能 研究室虚拟现实技术与系统国家重点实验室&#xff0c;北京航空航天大学计算医学研究所&#xff0c;大数据精准医疗北京市高精尖创新中心 Perception & Hybrid Interaction (PHI) for Augmented & Affective Intelligence (A2I) We are working on v…

windows下powershell与linux下bash美化教程(使用starship)

starship美化教程 Win11 Powershell 安装 在命令行使用下面命令安装 # 安装starship winget install starship将以下内容添加到 Microsoft.PowerShell_profile.ps1&#xff0c;可以在 PowerShell 通过 $PROFILE 变量来查询文件的位置 Invoke-Expression (&starship i…

深入浅出(二)log4cplus库

log4cplus库 1. log4cplus简介1.1 log4cplus下载 2. log4cplus配置3. log4cplus配置文件 *.properties 配置 1. log4cplus简介 log4cplus是C编写的开源的日志系统。log4cplus具有线程安全、灵活、以及多粒度控制的特点&#xff0c;通过将日志划分优先级使其可以面向程序调试、…

代码随想录 图论

目录 797.所有可能得路径 200.岛屿数量 695.岛屿的最大面积 1020.飞地的数量 130.被围绕的区域 417.太平洋大西洋水流问题 827.最大人工岛 127.单词接龙 841.钥匙和房间 463.岛屿的周长 797.所有可能得路径 797. 所有可能的路径 中等 给你一个有 n 个节点的…

基于nginx 动态 URL反向代理的实现

背景&#xff1a; 我们在项目中在这样一个场景&#xff0c;用户需要使用固定的软件资源&#xff0c;这些资源是以服务器或者以容器形式存在的。 资源以webAPI方式在内网向外提供接口&#xff0c;资源分类多种类型&#xff0c;每种类型的资源程序和Wapi参数都一样。这些资源部属…

域名交易系统源码 无需授权即可正常使用,附带后台功能

域名交易系统已测试可正常使用免授权带后台 源码下载&#xff1a;https://download.csdn.net/download/m0_66047725/88949686 更多资源下载&#xff1a;关注我。

Unity 打包真机脚本丢失的问题

记录Bug Bug详情分析解决方案附录 Bug详情 项目中导入了UI Particle的Package,用于处理特效层级 unity 运行效果正常&#xff0c;打包真机后运行时发现特效并没有正确显示&#xff0c;真机Log如下图 需要接入查看真机Log工具的点这里 查看图中Log发现对应的Prefab上挂载的脚本…

uniApp中使用小程序XR-Frame创建3D场景(2)加载模型

上篇文章讲述了如何将XR-Frame作为子组件集成到uniApp中使用&#xff0c;只完成了简单的环境搭建&#xff0c;这篇文章讲解如何加载3D模型。 1 加入模型加载标签 在XR-Frame框架中&#xff0c;加载资源都是在wxml文件的标签中实现的。下面是wxml中完整的代码 index.wxml &l…

github vscode 笔记

目录 前言1. 新建代码库2. 下载代码到本地3. 更新代码并上传到github 前言 github方便多人协作维护代码。该笔记记录了下面三个过程&#xff1a; 在github上新建代码库&#xff0c;下载代码到本地&#xff0c;将更新代码并上传到github 1. 新建代码库 2. 下载代码到本地 链…

本地GPU调用失败问题解决1

一&#xff1a;发现问题 1、电脑环境参数&#xff1a; OMEN by Gaming Laptop Windows 11 家庭中文版 2th Gen Intel(R) Core(TM) i9-12900H 2.50 GHz NVIDIA GeForce RTX 3060 Laptop GPU 显存6G PyCharm 2023.1.1(Professional Edition) 2、PyCharm中检测GPU&#x…

web自动化测试系列-selenium的运行原理和常用方法介绍(二)

目录 1.selenium的运行原理 2.常用方法介绍 接上文 &#xff1a;web自动化测试系列-selenium的安装和运行(一)-CSDN博客 在上文中我们编写了一段简单的代码 &#xff0c;可以驱动浏览器访问百度并搜索关键字 。这里我们再把这段代码再拿来加以说明 。 # 1. 导包 from selen…

Linux Tomcat的服务器如何查看接口请求方式?

问题描述 最近在和安卓开发对接接口&#xff0c;遇到一个接口总是报405错误&#xff0c;有对接经验的开发应该都知道是请求方式不对&#xff0c;假如接口定义为POST请求的&#xff0c;但是客户端却用GET请求&#xff0c;这时候就会报这个错误。Android客户端那边使用xUtils框架…

【AutoML】一个用于图像、文本、时间序列和表格数据的AutoML

一个用于图像、文本、时间序列和表格数据的AutoML AutoGluon介绍安装AutoGluon快速上手 参考资料 AutoGluon自动化机器学习任务&#xff0c;使您能够在应用程序中轻松实现强大的预测性能。只需几行代码就可以训练和部署有关图像&#xff0c;文本&#xff0c;时间序列和表格数据…

搭建Spark单机版环境

在搭建Spark单机版环境的实战中&#xff0c;首先确保已经安装并配置好了JDK。然后&#xff0c;从群共享下载Spark安装包&#xff0c;并将其上传至目标主机的/opt目录。接着&#xff0c;解压Spark安装包至/usr/local目录&#xff0c;并配置Spark的环境变量&#xff0c;以确保系统…

计算机网络:物理层 - 编码与调制

计算机网络&#xff1a;物理层 - 编码与调制 基本概念编码不归零制编码归零制编码曼彻斯特编码差分曼彻斯特编码 调制调幅调频调相混合调制 基本概念 在计算机网络中&#xff0c;计算机需要处理和传输用户的文字、图片、音频和视频&#xff0c;他们可以统称为消息数据&#xf…

C#学习笔记3:Windows窗口计时器

今日继续我的C#学习之路&#xff0c;今日学习自己制作一个Windows窗口计时器程序&#xff1a; 文章提供源码解释、步骤操作、整体项目工程下载 完成后的效果大致如下&#xff1a;&#xff08;可选择秒数&#xff0c;有进度条&#xff0c;开始计时按钮等&#xff09; &#xf…