下图是HTML文件submit.html在IE中部分显示效果。

请完成下面submit.html中部分html代码。<form action=/cgi-bin/post-query method=POST>您姓名: <input type=text name=姓名><br>您主页网址: <input type=text name=网址 value=http://><br>密码: <input type= () name=密码><br> <input type=submit value="发送"><input type=reset value="重设"> </form>
(4)是提供给用户填写密码区域,使用password定义该区域。









