登録ページはHTML5で書かれており、HTML5を学習している友達は参考にすることができます
コードは次のとおりです:
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
---------------------- ------------------------- --
背景写真: bg.jpg
[関連おすすめ]
2.H5 の新しいタグによるブラウザーの互換性の問題の詳細な説明
5.以上が登録ページ作成用のH5コード例の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。