【单选题】
如何在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
A、<!-- -->注释,和HTML文件中的注释很相似,唯一不同的是,前者可以在这个注释中用表达式 B、<!-- -->注释的内容在客户端是可见的 C、<%-- --%>注释的内容在客户端是可见的 D、<%-- --%>这个注释虽然写在JSP程序中,但是不会发送给用户
A、保存成RTF格式文件,使用时插入到图形文件中 B、保存成DOC格式文件,使用时插入到图形文件中 C、保存成TXT格式文件,使用时插入到图形文件中 D、直接在图形文件中使用多行文字命令输入
A、// this is a comment // B、// this is a comment C、/* this is a comment */ D、/’ this is a comment