單項選擇題下列關于網頁元素overflow的說法,正確的是()

A.指網頁元素的位置,距離左邊框和上邊框的距離
B.指網頁元素的位置,距離右邊框和下邊框的距離
C.指網頁元素的定位方式,可以取值中包括absolute
D.指網頁元素的內容溢出時,是否顯示多余的內容


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列可以控制某個元素a的文本顏色的是()

A.document.all.a.style.color
B.document.all.a.style.backgroundColor
C.document.a.color
D.document.a.gackgroundColor

3.單項選擇題如果想控制一個名為menuBar的層右移20個像素顯示,下列能實現(xiàn)的是()

A.document.menuBar.display += 20
B.document.all.menuBar.pixelLeft += 20
C.document.all.menuBar.left += 20
D.document.all.menuBar.style.pixelLeft += 20

4.單項選擇題要獲取一個ID為username的表單元素的值,不正確的代碼是()

A.document.username.value
B.document.all.username.value
C.document.getElementById(“username”).value
D.如果表單元素外層無表單,則可以直接使用username.value

5.單項選擇題在JavaScript中,以下代碼能產生輸出的是()

A.document.write()
B.window.write()
C.document.confirm()
D.write “The Undefined Function”