單項選擇題()屬性用于獲取HTML文件的根節(jié)點。

A.documentElement
B.rootElement
C.documentNode
D.documentRoot


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題為獲取頁面中多個同名對象,應使用document的()方法;

A.getElementById()
B. getElementsByName()
C. getElementsByTagName()

2.單項選擇題javascript的基本數(shù)據(jù)類型不包括()。

A.字符串
B.數(shù)組
C.數(shù)值
D.布爾

3.單項選擇題nodeType屬性可用于獲取節(jié)點類型,如果返回值為1,則表明該節(jié)點為()。

A.文本節(jié)點
B.元素節(jié)點
C.屬性節(jié)點

4.單項選擇題設置下拉列表框中某項被默認選中的屬性是()。

A.checked
B.check
C.selected
D.select

5.單項選擇題請選擇結果為真的表達式:()。

A. typeof null !="object"
B. null == undefined
C. 1 == "01.00"
D. NaN == NaN