A.document.forms.myButton
B.document.mainForm.myButton
C.document.forms[0].element[0]
D.以上都可以
您可能感興趣的試卷
你可能感興趣的試題
A.是不可能的
B.通過document.write(“新的標題內容”)
C.通過document.title=(“新的標題內容”)
D.通過document.changeTitle(“新的標題內容”)
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()
JS語句
var a1=10;
var a2=20;
alert(“a1+a2=”+a1+a2)
將顯示()結果
A.a1+a2=30
B.a1+a2=1020
C.a1+a2=a1+a2
D.顯示錯誤
最新試題
H5中可以將開始和結束標簽一起省略的有()
用于定義列表的主元素標簽是()
只能用JavaScript修改的屬性,用于查看頁面元素變成可編輯狀態(tài)的屬性是()
設置有序列表開始序號的屬性是()
用于定義網頁標題的元素標簽是()
用于判斷元素是可編輯狀態(tài)的是()
H5中屬性值可以不用括號括起來。
用于設置播放控制面板的是()
span元素不會換行。
下列代碼的含義是()< table border=1 contenteditable=”true”>