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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

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

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

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

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