CSS中正确的注释语句是什么?
A: // this is a comment
B: // this is a comment //
C: /* this is a comment */
D: ' this is a comment
A: // this is a comment
B: // this is a comment //
C: /* this is a comment */
D: ' this is a comment
举一反三
- 在CSS样式文件中注释正确的是( )。 A: // this is a comment// B: // this is a comment C: /* this is a comment */ D: ’this is a comment
- 在CSS样式文件中的注释正确的是()。 A: //this is a comment// B: //this is a comment C: /*this is a comment*/ D: /’this is a comment
- 以下属于正确的java注释语句有( )。 A: // This is comment B: /* This is comment C: /* This is comment */ D: /** This is comment */
- 如何在CSS文件中插入注释? ( ) A: // this is a comment B: // this is a comment // C: /* this is a comment */ D: ' this is a comment
- 下列在CSS中插入注释正确的写法是( )。 A: //this is a comment// B: 'this is a comment C: /* this is a comment*/ D: //this is a comment