單項(xiàng)選擇題下列選擇中,哪個(gè)是文本框獲得焦點(diǎn)的函數(shù)?()

A.onblur()
B.blur()
C.focus()
D.select()


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題下列選項(xiàng)中,用于向HTML文檔中動態(tài)寫入內(nèi)容的是()

A.document.write()
B.document.getElementById()
C.document.createElement()
D.document.getElementByName()

2.單項(xiàng)選擇題下列選項(xiàng)中,哪個(gè)方法創(chuàng)建代表某個(gè)標(biāo)記的HTML元素對象?()

A.document.write()
B.document.getElementById()
C.document.createElement()
D.document.getElementByName()

3.單項(xiàng)選擇題下列選項(xiàng)中,獲取指定id的HTML頁面元素對象的是()

A.document.write()
B.document.getElementById()
C.document.createElement()
D.document.getElementByName()

4.單項(xiàng)選擇題下列選項(xiàng)中,獲取一組指定name的HTML元素對象的方法是()

A.document.getElementsByTagName()
B.document.getElementById()
C.document.createElement()
D.document.getElementsByName()

5.單項(xiàng)選擇題在Dom中firstChild的描述正確的是()

A.當(dāng)前節(jié)點(diǎn)的所有子節(jié)點(diǎn)
B.當(dāng)前節(jié)點(diǎn)所有子節(jié)點(diǎn)第一個(gè)節(jié)點(diǎn)
C.當(dāng)前節(jié)點(diǎn)所有子節(jié)點(diǎn)的最后一個(gè)節(jié)點(diǎn)
D.當(dāng)前節(jié)點(diǎn)的父親節(jié)點(diǎn)