时间:2021-05-08
设计上图中的网页:
<!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> form{ width: 800px; height: 700px; border: 1px solid red; margin: auto; background: url(images/tree.jpg) no-repeat -40px 300px; } form h3{ margin-left: 200px; } p{ margin-left: 200px; } hr{ margin-left: 200px; } .a1{ margin-left: 85px; } .a2{ margin-left: 110px; } input, textarea { background: url(images/attention.png) no-repeat right; } button{ margin-left: 200px; background: rgb(81, 187, 125); color: white; } span#as:hover input{ width: 300px; height: 40px; } </style></head><body> <form action=""> <h3>用户注册:</h3> <hr> <p>用户昵称:<span class="a1" id="as"><input type="text" required placeholder autofocus></span> <hr></p> <p>注册邮箱:<span class="a1" id="as"><input type="email" required placeholder="javin@example.com"></span><hr></p> <p>密码: <span class="a2" id="as"><input type="password" required placeholder></span><hr></p> <p>性别:<span class="a2">男<input type="radio" name="1" checked> 女 <input type="radio" name="1"> </span><hr> </p> <p>年龄:<span class="a2" id="as"><input type="number" name="number1" required placeholder></span><hr></p> <p>兴趣爱好:<span class="a1"> 足球<input type="checkbox" name="1"> 篮球<input type="checkbox" name="1"> 游泳<input type="checkbox" name="1"> 唱歌<input type="checkbox" name="1"> 跑步<input type="checkbox" name="1"> 瑜伽<input type="checkbox" name="1"> </span><hr></p> <p>自我介绍: <span class="a1"><textarea name="abcde" cols="30" rows="10" required placeholder>Please enter your message</textarea></span><hr> </p> <button type=submit>立即注册</button> <div></div> </form></body></html>到此这篇关于HTML用户注册页面设置源码的文章就介绍到这了,更多相关html用户注册页面内容请搜索以前的文章或继续浏览下面的相关文章,希望大家以后多多支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
注册页面设计的实现。注册页面:这就是利用HTML和CSS设计的注册页面。注册页面的实现主要是利用了HTML中的Form标签,那么这个标签就是用来制作表单的。而且
网站注册页面是用户转化的关键设计,当新用户进入网站浏览,首要目的就是促使用户进入网站注册页面进行注册,成为网站会员。从用户进入网站—点击注册页面的相关按钮—进入
一、新建一个html页面,如注册页面"Register.htm"用户注册.msg{color:Red;}用户名:密 码:姓 名:二、新建一js文件,如:reg.
网站注册页面是给想成为网站用户的用户设计的,整个网站注册页面设计的重点在于注册方式的选择,友好便捷的注册方式是所有用户的期待,但是注册方式的选择也包含网站的需求
网站注册数量是确保网站用户活跃度的重要标准之一,网站设计好注册页面能有效提高用户体验,提高用户注册数量。那么,我们应该怎样设计网站的注册页面呢?