課程
/前端開發(fā)
/JavaScript
/表單驗(yàn)證
這個有源碼下載么
2014-11-05
源自:表單驗(yàn)證 1-1
正在回答
給2和4的DIV分別加了兩個ID two 和 four!!!
html,body,div{
margin:0;
padding:0;
}
form{
width:1000px;
height:700px;
background:#eee;
margin:20px auto;
padding:10px;
color:#555;
input{
height:26px;
width:210px;
p{
display: inline-block;
#two{
padding-left: 80px;
#four{
#four em{
width:65px;
height:20px;
background: #e88;
text-align: center;
font-style: normal;
font-weight: 600;
color:#eee;
line-height: 20px;
舉報
表單驗(yàn)證是JavaScript中的高級選項(xiàng)之一,輸入框的驗(yàn)證
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-09-29
給2和4的DIV分別加了兩個ID two 和 four!!!
2016-09-29
html,body,div{
margin:0;
padding:0;
}
form{
width:1000px;
height:700px;
background:#eee;
margin:20px auto;
padding:10px;
color:#555;
}
input{
height:26px;
width:210px;
}
p{
display: inline-block;
}
#two{
padding-left: 80px;
}
#four{
padding-left: 80px;
}
#four em{
display: inline-block;
width:65px;
height:20px;
background: #e88;
text-align: center;
font-style: normal;
font-weight: 600;
color:#eee;
line-height: 20px;
}