單項選擇題在HTML頁面中,CSS樣式的屬性名為background-image對應的style對象的屬性名是()。

A.background
B.backgroungImage
C.image


您可能感興趣的試卷

你可能感興趣的試題

3.單項選擇題如果想在網(wǎng)頁顯示后,動態(tài)地改變網(wǎng)頁的標題()。

A.是不可能的
B.通過document.write(“新的標題內(nèi)容”)
C.通過document.title=(“新的標題內(nèi)容”)
D.通過document.changeTitle(“新的標題內(nèi)容”)

4.單項選擇題產(chǎn)生當前日期的方法是()。

A.Now()
B.Date()
C.new Date()
D.new Now()

5.單項選擇題以下()表達式產(chǎn)生一個0~7之間(含0,7)的隨機整數(shù)。

A.Math.floor(Math.random()*6)
B.Math.floor(Math.random()*7)
C.Math.floor(Math.random()*8)
D.Math.ceil(Math.random()*8)