如何在CSS文件中插入注释()A、//this is a commentB、//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 commentB.//this is a comment//C./*this is a comment*/D.this is a comment
使用CSS显示XML文档有两个基本步骤,为XML文档创建CSS文件和( )。A.链接CSS文件至HTML文档B.链接CSS文件至XML文档C.链接CSS文件至ASP文档D.链接CSS文件至JSP文档
在CSS样式文件中的注释正确的是()。A、// this is a comment //B、// this is a commentC、/* this is a comment */D、/’ this is a comment
若要在网页中插入样式表main.css,以下用法中,正确的是()。A、Linkhref=”main.css”type=text/cssrel=stylesheetB、LinkSrc=”main.css”type=text/cssrel=stylesheetC、Linkhref=”main.css”type=text/cssD、Includehref=”main.css”type=text/cssrel=stylesheet
单选题在CSS样式文件中的注释正确的是()。A// this is a comment //B// this is a commentC/* this is a comment */D/’ this is a comment
单选题关于css样式注释的方法是()。A//注释B/*注释*/C!--注释--D!--这是--注释--