ASCII码 ASCII码

用户注册页面和后台管理界面的创建

发布于:2022-07-06 16:44:17  栏目:技术文档

实例

<!DOCTYPEhtml>
<htmllang="zh-CN">
<head>
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible"content="IE=edge">
<metaname="viewport"content="width=device-width,initial-scale=1.0">
<title>注册页面</title>
</head>
<body>
<h2>用户注册</h2>
<formaction="check.php"method="post"></form>
<div>
<labelfor="uname">用户名:</label>
<inputtype="text"maxlength="6"id="uname"name="usesname"placeholder="用户名不能为空"autofocus>
</div>
<div>
<labelfor="psw">密码</label>
<inputtype="password"id="psw"name="password"placeholder="密码不能为空"maxlength="11">
<button>查看密码</button>
</div>
<div>
<labelfor="secret">性别:</label>
<labelfor="male">男</label>
<inputtype="radio"id="male"name="nand"value="male">
<labelfor="female">女</label>
<inputtype="radio"id="female"name="nand"value="female">
<labelfor="secret">保密</label>
<inputtype="radio"id="secret"name="nand"value="secret"checked>
</div>
<div>
<labelfor="">爱好:</label>
<inputtype="checkbox"id="game"name="hobby[]"><labelfor="game">游戏</label>
<inputtype="checkbox"id="trave"name="hobby[]"><labelfor="trave">旅游</label>
<inputtype="checkbox"id="shoot"name="hobby[]"><labelfor="shoot">摄影</label>
</div>
<div>
<labelfor="">所在城市:</label>
<selectname="home"id="">
<optionvalue="0"selecteddisabled>--请选择--</option>
<optionvalue="1">北京</option>
<optionvalue="2">四川</option>
<optionvalue="3">广东</option>
<optionvalue="4">台湾</option>
<optionvalue="5">上海</option>
<optionvalue="6">深圳</option>
</select>
<labelfor="">学历:</label>
<selectname="edu"id="">
<optionvalue="0"selecteddisabled>--请选择--</option>
<optionvalue="1">高中</option>
<optionvalue="2">大专</option>
<optionvalue="3">本科</option>
<optionvalue="4">研究生</option>
<optionvalue="5">博士研究生</option>

</select>
</div>
<div>
<button>提交注册</button>
</div>
</body>
</html>
运行实例 »

点击 "运行实例" 按钮查看在线实例

实例

<!DOCTYPEhtml>
<htmllang="zh-CN">
<head>
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible"content="IE=edge">
<metaname="viewport"content="width=device-width,initial-scale=1.0">
<title>澳门赌场</title>
</head>
<body>
<ul>
<li><ahref="https://baike.baidu.com/"target="content">百度百科</a></li>
<li><ahref="http://qqgame.symnq2022.com/qqyxdt/qqyxdt1/?bd_vid=11854290844582753470"target="content">腾讯游戏</a></li>
<li><ahref="https://baike.baidu.com/"target="content">淘宝首页</a></li>
<li><ahref="https://baike.baidu.com/"target="content">京东购物</a>
</li>
</ul>


<iframeframeborder="1"name="content"width="600"height="600"></iframe>

<videosrc="文件\8c460c9d62059bf07e93050cf103442a.mp4"width="600"controls></video>
</body>
</html>
运行实例 »

点击 "运行实例" 按钮查看在线实例

相关推荐
阅读 +