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()
最新試題
span元素不會(huì)換行。
H5中標(biāo)簽區(qū)分大小寫。
H5中絕對(duì)沒有結(jié)束標(biāo)簽的有()
下列可以提供瀏覽器兼容性測(cè)試的有()
()用于表示一個(gè)進(jìn)度條,常用于下載速度
用于定義列表的主元素標(biāo)簽是()
用于設(shè)置播放控制面板的是()
()用于播放視頻
在內(nèi)部的標(biāo)簽有()
H5中的屬性值必須用雙引號(hào)括起來(lái)。