單項選擇題HTML5 中支持下面哪個元素?()
A.<q>
B.<ins>
C.<menu>
D.<font>
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題br標(biāo)簽在XHTML中語義為下面哪一項? ()
A.換行
B.強(qiáng)調(diào)
C.段落
D.標(biāo)題
2.單項選擇題如何在CSS文件中插入注釋?()
A.//this is a comment
B.//this is a comment//
C./*this is a comment*/
D.’this is a comment
3.單項選擇題表單提交時會觸發(fā)什么Dom事件()
A.submit
B.onsubmit
C.onupload
D.onresize
4.單項選擇題下列哪個不是塊元素?()
A.<div>
B.<p>
C.<h1>
D.<span>
5.單項選擇題下列js可以讓一個input的背景顏色變成紅色的是?()
A.inputElement.style.backgroundColor = ’red’;
B.inputElement.backgroundColor = ’red’;
C.inputElement.style.backgroundColor = ’#0000’;
D.inputElement.backgroundColor = ’#0000’;