單項(xiàng)選擇題HTML文檔的樹狀結(jié)構(gòu)中,()標(biāo)簽為文檔的根節(jié)點(diǎn),位于結(jié)構(gòu)中的最頂層。

A.〈HTML〉
B.〈HEAD〉
C.〈BODY〉
D.〈TITLE〉


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題如果想在網(wǎng)頁(yè)顯示后,動(dòng)態(tài)地改變網(wǎng)頁(yè)的標(biāo)題()。

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

3.單項(xiàng)選擇題產(chǎn)生當(dāng)前日期的方法是()。

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

4.單項(xiàng)選擇題以下()表達(dá)式產(chǎn)生一個(gè)0~7之間(含0,7)的隨機(jī)整數(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)