最新回答 / 慕田玉
<!DOCTYPE html><html> <head> <meta charset="utf-8"/> <link href="h14.css" rel="stylesheet" type="text/css"> <style type="text/css">span{ color:blue; font-size:40px;} ...
2021-04-14
最新回答 / 千与千寻l
41行给的代码多写了一个, 删掉就可以了
已采纳回答 / weixin_慕勒1576979
你得为每一个input前面加上label标签 并绑定id才行,如下示例:<label for="wenben">用户名:</label> <input type="text" id="wenben" name="wenben" placeholder="请输入用户名" ><br/> <label for="mima">密 码:</label> <input type="possword" id="mima...
2021-04-12
最赞回答 / 野格20
<label for =“possword”>请输入密码:</label> <input type=“possword” id=“password” placeholder="请输入密码"> 你的for对应possword,下面id=password 单词写错了
2021-04-12
最新回答 / 一只小白鼠i
简介: <textarea cols="50" rows="5" id='e' placeholder="请输入简介"></textarea>直接加就行
2021-04-10