下图是HTML文件submit.html在IE中的部分显示效果。 请完成下面submit.html中部分html代码。 <form action=/cgi-bin/post-query method=POST> 您的姓名:

admin2019-05-15  27

问题 下图是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=  (44)  name=密码><br>
   <input type=submit value=“发送”><input type=  (45)  value=“重设”>
   </form>  
(45)

选项 A、send
B、reset
C、restart
D、replace

答案B

解析 本题考查HTML语言的基础知识。
   从HTML页面可以看出,(44)处是提供给用户填写密码的区域,因此使用password定义该区域,(45)用于提供密码重置功能,因此选择reset。
转载请注明原文地址:https://jikaoti.com/ti/Gcd7FFFM
0

相关试题推荐
最新回复(0)