A. createElement() B. getElementById() C. write() D. reload()
A. document.links.length B. document.length C. document.links[1].length D. document.links[0].length
A. document.forms.username B. document.mainForm.username C. document.forms.UserName D. document.MainForm.UserName
A. getElementById B. getElementsByTagName C. querySelector D. querySelectorAll
A. backColor B. backgroundColor C. bgColor D. background
A. style B. cssText C. styleSheets[0].rules[0] D. getComputedStyle
A. 只输出最后一次修改的时间 B. 只输出文档的标题 C. 输出文档的标题、最后一次修改时间和当前的URL D. 什么也不输出
A. count()函数的作用是取得当前文档中文本框的个数 B. count()函数的作用是取得当前文档中表单的个数 C. 这段代码有错误 D. count()函数的作用是统计用户输入文本框中的字符个数