取消a標(biāo)簽的下劃線
text-decoration: none;
內(nèi)容居中
text-align: center;
內(nèi)容橫排顯示
display: inline;
提交form前的js校驗(yàn)
function checkForm(){
}
<form action="#" method="get" name="regForm" onsubmit="return checkForm()">
隱藏頁(yè)面元素
style="display: none"
<img src="../img/fg.jpg" width="100%" style="display: none" id="img2"/>