问答详情
源自:6-1 使用表单标签,与用户交互 - 使用<form>创建表单

我错在哪了

<!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>



提问者:行云不落 2018-03-04 10:27

个回答

  • 墨一心
    2018-03-04 10:37:32
    已采纳

    method="post" 不要加空格

  • 慕沐5364116
    2018-03-06 10:29:27

    空格一般也不能乱写的,特别是在CSS中

  • 慕沐5364116
    2018-03-06 10:28:35

    一个空格会有的,只是多个空格还是一个空格