慕慕1372290
2019-08-23 15:59
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>文本输入框、密码输入框</title>
</head>
<body>
<form method="post" action="save.php">
<label for="account">账户: </label>
<input type="text" name="myName" value="输入账户">
<br>
<label for="pass">密码: </label>
<input type="password" name="pass" value="输入密码">
</form>
</body>
</html>
label标签的for属性中的值应当与相关控件的id属性值一定要相同
初识HTML(5)+CSS(3)-升级版
1225309 学习 · 18230 问题
相似问题