A.<HTML>
B.<HEAD>
C.<BODY>
D.<TITLE>
您可能感興趣的試卷
你可能感興趣的試題
A.document.forms.myButton
B.document.mainForm.myButton
C.document.forms[0].element[0]
D.以上都可以
A.是不可能的
B.通過document.write(“新的標(biāo)題內(nèi)容”)
C.通過document.title=(“新的標(biāo)題內(nèi)容”)
D.通過document.changeTitle(“新的標(biāo)題內(nèi)容”)
A.Now();
B.Date()
C.new Date()
D.new Now()
A.Math.floor(Math.random()*6)
B.Math.floor(Math.random()*7)
C.Math. floor(Math.random()*8)
D.Math.ceil(Math.random()*8)
A.s.toSmallCase()
B.s.toLowerCase()
C.s.toUpperCase()
D.s.toUpperChars()
最新試題
用于設(shè)置隱藏網(wǎng)頁元素的代碼有()
H5中可以將開始和結(jié)束標(biāo)簽一起省略的有()
用于定義網(wǎng)頁標(biāo)題的元素標(biāo)簽是()
()用于表示一個進(jìn)度條,常用于下載速度
()用于表示一個已知最大值和最小值的計(jì)數(shù)器
設(shè)置列表的類型屬性是()
()用于播放音頻
有序列表為()
H5中標(biāo)簽區(qū)分大小寫。
iframe有開始和結(jié)束標(biāo)簽。