name 和 type 屬性里面的值是寫什么,什么意思?
<input>標簽里面的 name 和 type 里的值怎么寫?
小小小丶猴
2016-07-15 15:25:10
TA貢獻128條經(jīng)驗 獲得超67個贊
簡單的說,type是證件類型,name是證件名稱
type就是說這個input是身份證還是護照(文本框還是單選按鈕),name就是這個input的名字
TA貢獻1條經(jīng)驗 獲得超0個贊
.style1{color:red;}
.style2{color:green;}
<input type="text" class="style1" />
<input type="password" class="style2" />
舉報