相关考题
-
单项选择题
以下哪一个项目是用来访问web页的软件?()
A.Outlook Express
B.Internet Explorer
C.QQ
D.FTP -
单项选择题
在页面中看不见的表单元素是那种?()
A.<input type="password"></input>
B.<input type="radio"></input>
C.<input type="hidden"></input>
D.<input type="reset"></input> -
判断题
Window对象是代表Internet Explorer窗口的对象,其属性、方法和事件可以不经限定就可以直接使用。比如Window.Alert“stop”也可以直接写成:Alert“stop”
