【单选题】下列选项中,CSS注释的写法正确的是()。
A.<!-- 注释语句 -->
B./* 注释语句 */
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题:
【单选题】按照网页中常见的命名规范,下列属于主体内容CSS注释代码的是:
A.#B.#C./*content*/#D./*banner*/第3题:
1、在CSS文件中插入注释正确的是()。
A./* this is a comment */
B.// this is a comment
C.<this is a comment>
D.<!--this is a comment-->