HTML作业

作业

复现下面的图片

复现结果

代码

复制代码
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
    </head>
    <body>
        <form action="#"
                method="get"
                enctype="text/plain">
        <Table border="1">
            <header >
                <td  bgcolor="#cccccc"colspan="2" align="center">用户注册</td>
            </header>
            <tr>
                <td bgcolor="#e6e6e6" align="right">用户名</td>
                    <td bgcolor="#e6e6e6">
                        <input type="edit" name="用户名" id="" value="" /> 
                </td>
            <tr>
                <td bgcolor="#e6e6e6"  align="right">密码</td>
                    <td bgcolor="#e6e6e6">

                        <input type="password" name="密码" id="">                        
                </td>
            </tr>
            <tr>
                <td  bgcolor="#e6e6e6" align="right">性别</td><br />
                    <td bgcolor="#e6e6e6">
                            <input type="radio" name="性别" value="man" />男
                            <input type="radio" name="性别" value="men">女
                </td>
            </tr>
            <tr>
                <td  bgcolor="#e6e6e6" align="right">爱好</td>
                <td bgcolor="#e6e6e6">
                <input type="checkbox" name="爱好" value="写作" checked/>写作
                <input type="checkbox" name="爱好" value="听音乐" checked/>听音乐
                <input type="checkbox" name="爱好" value="体育" checked/>体育 
                </td>
            <tr>
                    <td  bgcolor="#e6e6e6" align="right">省份</td><br />
                    <td bgcolor="#e6e6e6">
                        <select name="province" >
                                          <option >陕西</option>
                                          <option >广西</option>
                                          <option >山西</option>
                        </select>
                    </td>
            <tr>
                    <td  bgcolor="#e6e6e6" align="right">自我介绍</td><br />
                        <td bgcolor="#e6e6e6">
                          <textarea name="" id="" cols="30" rows="5"></textarea>
                    </td>
            <tr>
                <td colspan="2" align="center">
                                        <input type="submit" name="" id=""> <input type="reset" /><br />    
                </td>
            </tr>
            </tr>
            </tr>
            </tr>    
            </tr>
            <tr>
            </tr>
            </Table>
        </form>
    </body>
</html>
相关推荐
婷婷婷婷几秒前
v-copyText 自定义指令 —— 复制文本内容
前端
waylon111132 分钟前
【HOC】高阶组件在Vue老项目中的实战应用 - 模块任意排序
前端·vue.js·面试
阳阳羊3 分钟前
Mpx 动画
前端
编程社区管理员4 分钟前
「2025最新版React+Ant Design+Router+TailwindCss全栈攻略:从零到实战,打造高颜值企业级应用
前端·react.js·前端框架
DJA_CR4 分钟前
解决在 TSX 中使用 `RouterView` + `KeepAlive` 不生效问题
前端·vue.js
前端爆冲15 分钟前
项目中无用export的检测方案
前端
小旋风0123420 分钟前
封装可拖动弹窗(vue jquery引入到html的版本)
vue.js·html·jquery
热爱编程的小曾42 分钟前
sqli-labs靶场 less 8
前端·数据库·less
gongzemin1 小时前
React 和 Vue3 在事件传递的区别
前端·vue.js·react.js
Apifox1 小时前
如何在 Apifox 中通过 Runner 运行包含云端数据库连接配置的测试场景
前端·后端·ci/cd