單項選擇題下列選項中,哪個是文本框離開焦點的函數(shù)?()

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列選擇中,哪個是文本框獲得焦點的函數(shù)?()

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

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

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

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

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

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

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

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

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