补齐下列html代码要求在登录界面定义密码框和提交按钮,点击提交按钮后,表单提交到10ading.asp页面。
<html>
<head>
<title.>会员登录</title>
<head>
<body>
<h3><center><B>登录信息</B></center></h3><hr><br>
<form action="10ading.asp"method="post">
<p>用户名:<input type="text”id="username"><br>
<p>密&.nbsp; ;码:<input type==“____”
”id=”userpd"><br>
<BR><BR>
<p><center><input type=_____value=提交></center>
</body>
</html>