单项选择题
如何在CSS文件中插入注释?()
A.//this is a comment
B.//this is a comment//
C./*this is a comment*/
D.’this is a comment
点击查看答案
相关考题
-
单项选择题
表单提交时会触发什么Dom事件()
A.submit
B.onsubmit
C.onupload
D.onresize -
单项选择题
下列哪个不是块元素?()
A.<div>
B.<p>
C.<h1>
D.<span> -
单项选择题
下列js可以让一个input的背景颜色变成红色的是?()
A.inputElement.style.backgroundColor = ’red’;
B.inputElement.backgroundColor = ’red’;
C.inputElement.style.backgroundColor = ’#0000’;
D.inputElement.backgroundColor = ’#0000’;
