最贊回答 / 慕粉1947092022
table寫錯(cuò)了
最新回答 / 千與千尋l
41行給的代碼多寫了一個(gè),? 刪掉就可以了
已采納回答 / weixin_慕勒1576979
你得為每一個(gè)input前面加上label標(biāo)簽? 并綁定id才行,如下示例:<label for="wenben">用戶名:</label>? ? <input type="text" id="wenben" name="wenben" placeholder="請(qǐng)輸入用戶名"? ><br/>? ? <label for="mima">密 碼:</label>? ? <input? type="possword" id="mima...
2021-04-12
最贊回答 / 野格20
<label for =“possword”>請(qǐng)輸入密碼:</label>? ? ? ? <input type=“possword” id=“password” placeholder="請(qǐng)輸入密碼">?你的for對(duì)應(yīng)possword,下面id=password 單詞寫錯(cuò)了
2021-04-12
最新回答 / weixin_慕神6464396
圖片路徑不對(duì),同時(shí)缺少alt=“alt:指定圖像的描述性文本,當(dāng)圖像不可見時(shí)(下載不成功時(shí)),可看到該屬性指定的文本;”
最新回答 / 一只小白鼠i
?????簡介:????????<textarea?cols="50"?rows="5"?id='e'?placeholder="請(qǐng)輸入簡介"></textarea>直接加就行
最新回答 / weixin_慕勒0023820
input type的屬性用password就有啦