A.linkColor屬性
B.vlinkColor屬性
C.alinkColor屬性
D.以上都不是
您可能感興趣的試卷
你可能感興趣的試題
下面這段代碼運(yùn)行的結(jié)果()
<body>
<script language=”JavaScript”>
document.writeln(“文檔最后修改于”+document.lastModified);
var lastModObj=new Date(document. lastModified);
alert(lastModObj.getMinutes());
</script>
</body>
A. 彈出一個對象框
B. 沒有任何輸出
C. 在文檔中顯示文檔最后修改的時間
D. 在對話框中顯示文檔最后修改的時間
A.createElement
B.getElementById
C.getElementByName
D.forms.length
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)
最新試題
P標(biāo)簽定義段落后前后自動會產(chǎn)生空白。
設(shè)置列表的類型屬性是()
由于破壞了H5的可使用性和可訪問性而被廢棄的元素有()
用于定義列表的主元素標(biāo)簽是()
H5中布爾型的屬性可以省略屬性值。
H5中屬性值可以不用括號括起來。
下列可以提供瀏覽器兼容性測試的有()
用于判斷元素是可編輯狀態(tài)的是()
iframe有開始和結(jié)束標(biāo)簽。
下列代碼中用于實現(xiàn)對用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()