單項(xiàng)選擇題如何在CSS文件中插入注釋?()

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題表單提交時(shí)會觸發(fā)什么Dom事件()

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

2.單項(xiàng)選擇題下列哪個(gè)不是塊元素?()

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

3.單項(xiàng)選擇題下列js可以讓一個(gè)input的背景顏色變成紅色的是?()

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