单项选择题
A.override B.overload C.new D.inherit
下列引用外部样式表正确的代码是()A.<stylesheet>MyStyle.css<stylesheet>B...
单项选择题下列引用外部样式表正确的代码是()
A.<stylesheet>MyStyle.css<stylesheet> B.<link rel="stylesheet"type="text/css"href="MyStyle.css"> C.<style src="MyStyle.css"> D.<style href="MyStyle.css">
在JS中需要每隔一秒调用函数f(),下列调用方法正确的是()A.clearTimeout("f()",1000...
单项选择题在JS中需要每隔一秒调用函数f(),下列调用方法正确的是()
A.clearTimeout("f()",1000) B.clearInterval("f()",1000) C.setInterval("f()",1000) D.setTimeout("f()",1000)
在DOM中,下列()对象包括了alert()方法。A.documentB.locationC.windowD....
单项选择题在DOM中,下列()对象包括了alert()方法。
A.document B.location C.window D.screen