單項選擇題br標簽在XHTML中語義為下面哪一項? ()

A.換行
B.強調(diào)
C.段落
D.標題


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題如何在CSS文件中插入注釋?()

A.//this is a comment
B.//this is a comment//
C./*this is a comment*/
D.’this is a comment

2.單項選擇題表單提交時會觸發(fā)什么Dom事件()

A.submit
B.onsubmit
C.onupload
D.onresize

3.單項選擇題下列哪個不是塊元素?()

A.<div>
B.<p>
C.<h1>
D.<span>

4.單項選擇題下列js可以讓一個input的背景顏色變成紅色的是?()

A.inputElement.style.backgroundColor = ’red’;
B.inputElement.backgroundColor = ’red’;
C.inputElement.style.backgroundColor = ’#0000’;
D.inputElement.backgroundColor = ’#0000’;