單項選擇題下列屬性中表示文檔中的未訪問過的超鏈接的顏色是哪個()

A.linkColor屬性
B.vlinkColor屬性
C.alinkColor屬性
D.以上都不是


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題下列不屬于文檔對象的方法的是()

A.createElement
B.getElementById
C.getElementByName
D.forms.length

3.單項選擇題如何在瀏覽器的狀態(tài)欄放入一條消息?()

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")

4.單項選擇題打開名為“window 2”的新窗口的JavaScript語法是()

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")

5.單項選擇題如何求得2和4中最大的數(shù)?()

A.Math.ceil(2,4)
B.Math.max(2,4)
C.ceil(2,4)
D.top(2,4)