H5如何制作一个注册页面
这篇文章将为大家详细讲解有关H5如何制作一个注册页面,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

成都创新互联坚持“要么做到,要么别承诺”的工作理念,服务领域包括:成都网站设计、成都网站建设、企业官网、英文网站、手机端网站、网站推广等服务,满足客户于互联网时代的枣阳网站设计、移动媒体设计的需求,帮助企业找到有效的互联网解决方案。努力成为您成熟可靠的网络建设合作伙伴!
代码如下:
register.html < for m id="f1" action ="register.html" method="post">
| 会员注册 | ||||||||||||||||||||||||||
|
代码如下:
body
{
background-image: url("../images/bg.jpg");
text-align: center;
background-repeat: repeat-x;
background-position: 0px 0px ;
background-size: }
.table {
border: 1px solid #90BFFF; width:810px;
}
tr
{
font-family: 微软雅黑;
font-weight:800;
color: #448EF3;
}
input{
border: 1px solid #448EF3;
color: #448EF3;
font-weight:bold;
font-family: "微软雅黑";
height: 35px;
line-height: 30px;
border-radius:5px;
}
.submit
{ width: 150px; height: 40px;
cursor :hand;
font-size: 20px;
color: #ffffff;
background-color: #448EF3;
border: 0px; }
.thead {
height: 40px;
background : #90BFFF;
font-family: "微软雅黑";
font-size: 30px;
font-weight: 700;
color: #ffffff;
background: #90BFFF; }
#3{ margin-bottom: 100px; }代码如下:
function ChkAllClick(sonName, cbAllId){
var arrSon = document.getElementsByName(sonName);
var cbAll = document.getElementById(cbAllId);
var tempState=cbAll.checked; for(i=0;i------------------------------------------------
上面文件的顺序是:register.html register.css checkbox..js
-------------------------------------------------
关于“H5如何制作一个注册页面”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。
分享题目:H5如何制作一个注册页面
文章链接:http://jxruijie.cn/article/ghojoj.html
