A.document.all.a.style.color
B.document.all.a.style.backgroundColor
C.document.a.color
D.document.a.gackgroundColor
您可能感興趣的試卷
你可能感興趣的試題
下列代碼能產(chǎn)生()個輸出
1 var i = 1;
2 for(;;i++)
3 if(i)
4 alert(i);
5 else
6 break;
A.0個
B.無限多個
C.19個
D.20個
A.document.menuBar.display += 20
B.document.all.menuBar.pixelLeft += 20
C.document.all.menuBar.left += 20
D.document.all.menuBar.style.pixelLeft += 20
A.document.username.value
B.document.all.username.value
C.document.getElementById(“username”).value
D.如果表單元素外層無表單,則可以直接使用username.value
A.document.write()
B.window.write()
C.document.confirm()
D.write “The Undefined Function”
A.window.exit()
B.window.shutdown()
C.window.end()
D.window.close()
最新試題
用于設(shè)置多媒體URL地址的是()
用于定義網(wǎng)頁標(biāo)題的元素標(biāo)簽是()
下列可以提供瀏覽器兼容性測試的有()
span元素不會換行。
用于定義列表的主元素標(biāo)簽是()
有序列表為()
()用于表示一個進(jìn)度條,常用于下載速度
設(shè)置列表的類型屬性是()
()用于顯示被標(biāo)注的內(nèi)容是日期或者時間
H5中的屬性值必須用雙引號括起來。