行云不落
2018-03-04 10:27
<!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="username">用户名:</label>
<input type="text" name="username" id="username" value="" />
<label for="pass">密码:</label>
<input type="password" name="pass" id="pass" value="" />
<input type="submit" value="确定" name="submit" />
<input type="reset" value="重置" name="reset" />
</form>
</body>
</html>
method="post" 不要加空格
空格一般也不能乱写的,特别是在CSS中
一个空格会有的,只是多个空格还是一个空格
初识HTML(5)+CSS(3)-升级版
1225309 学习 · 18230 问题
相似问题