请问HTML实现用户名密码登陆的基本程序是不是这样的?有没有语法错误?求指教!!!
<form action="pass.php" method="post"> 账号:<input type="text" name="name"><br> 密码:<input type="password" name="password"><br> <input type="hidden" id="go"> <input type="submit"> </form>