某网页中有一个表单对象mainForm,该表单对象中的一个元素是文本框username,表述该文本框的方法是( )。
A. document.forms.username
B. document.mainForm.username
C. document.forms.UserName
D. document.MainForm.UserName
下面方法属于动态获取元素的是()
A. getElementById
B. getElementsByTagName
C. querySelector
D. querySelectorAll
在Javascript中要改变页面文档的背景色,需要修改document对象的( )属性。
A. backColor
B. backgroundColor
C. bgColor
D. background
可以通过()设置CSS代码块中的样式
A. style
B. cssText
C. styleSheets[0].rules[0]
D. getComputedStyle