單項選擇題用JavaScript設(shè)置頁面背景色為藍(lán)色,正確的代碼是()

A.document.bgcolor=blue
B.document.BgColor="blue"
C.document.bgColor="blue"
D.document.bgColor=blue


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題以下都屬于瀏覽器對象,除了()

A.window
B.document
C.location
D.session

2.單項選擇題下面哪些語句不能夠彈出提示框,或在頁面輸出內(nèi)容()

A.alert(Hello World)
B.prompt("Hello World","")
C.document.write("Hello World")
D.document.writeln("Hello World")

4.單項選擇題下列JavaScript語句中,()能實現(xiàn)單擊一個按鈕時彈出一個消息框。

A.<BUTTON VALUE ="鼠標(biāo)響應(yīng)" onClick=alert("確定")></BUTTON>
B.<INPUT TYPE="BUTTON" VALUE ="鼠標(biāo)響應(yīng)" onClick=alert("確定")>
C.<INPUT TYPE="BUTTON" VALUE ="鼠標(biāo)響應(yīng)" onChange=alert("確定")>
D.<BUTTON VALUE ="鼠標(biāo)響應(yīng)" onChange=alert("確定")></BUTTON>

5.單項選擇題能使網(wǎng)頁中出現(xiàn)彈出確認(rèn)和取消對話框的javascript代碼是()

A.alert("您一共消費了:"+100+’元’)
B.prompt("請輸入:")
C.pop("error")
D.confirm("繼續(xù)?")