A.statusbar = "put your message here"
B.window.status = "put your message here"
C.window.status("put your message here")
D.status("put your message here")
您可能感興趣的試卷
你可能感興趣的試題
A.open.new("http://www.w3schools.com","window2")
B.window.open("http://www.w3schools.com","window2")
C.new("http://www.w3schools.com","window2")
D.new.window("http://www.w3schools.com","window2")
A.Math.ceil(2,4)
B.Math.max(2,4)
C.ceil(2,4)
D.top(2,4)
A.var txt = new Array="tim","kim","jim"
B.var txt = new Array(1:"tim",2:"kim",3:"jim")
C.var txt = new Array("tim","kim","jim")
D.var txt = new Array:1=("tim")2=("kim")3=("jim")
A.' This is a comment
B.< !--This is a comment-->
C.//This is a comment
A.for (i <= 5; i++)
B.for (i = 0; i <= 5; i++)
C.for (i = 0; i <= 5)
D.for i = 1 to 5
最新試題
在內(nèi)部的標(biāo)簽有()
用于設(shè)置多媒體URL地址的是()
用于設(shè)置播放控制面板的是()
()用于表示一個(gè)進(jìn)度條,常用于下載速度
有序列表為()
P標(biāo)簽定義段落后前后自動(dòng)會(huì)產(chǎn)生空白。
定義表格結(jié)構(gòu)的元素標(biāo)簽有()
()用于表示一個(gè)已知最大值和最小值的計(jì)數(shù)器
()用于播放音頻
()設(shè)置文本方向,可以脫離父元素設(shè)置的文本方向