【单选题】【消耗次数:1】
如何在 CSS 文件中插入注释( )
// this is a comment
// this is a comment //
/* this is a comment */
this is a comment
参考答案:
复制
纠错
相关题目
【单选题】 如何在 JavaScript 中添加单行注释?( )
①  This is a comment
②  !--This is a comment
③  -- //This is a comment
④  /This is a comment
【单选题】 下面那个是CSS文件中的注释?
①  !-- --
②  / /
③  /* */
④  %- -%
【单选题】 如何在警告框中写入 Hello World?( )
①  alertBox=Hello World
②  msgBox(Hello World)
③  alert(Hello World)
④  alertBox(Hello World)
【单选题】 下列CSS注释格式正确的是( )
①  //thisisacomment
②  /*thisisacomment*/
③ 
④  thisisacomment
【单选题】 下列CSS注释格式正确的是( )
①  //thisisacomment
②  /*thisisacomment*/
③  !--thisisacomment--
④  thisisacomment
【单选题】 如何在新窗口中打开链接?
①  A.
②  B.
③  C.
④  D.
【单选题】 如何在新窗口中打开链接?
①  a href= ”#” new新窗口
②  a href= ”#” target= ”_blank ”新窗口
③  a href= ”#” target= ”_self ”新窗口
④  a href= ”#” target= ”_blank ”新窗口
【简答题】 如何在母版页中使用网站导航功能?
【单选题】 若要在网页中插入样式表main.css,以下用法中,正确的是( )。
①  LinkSrc=main.css type=text/css rel=stylesheet
②  Link href=main.css type=text/css rel=stylesheet
③  Link href=main.css type=text/css
④  Include href=main.css type=text/css rel=stylesheet
【单选题】 若要在网页中插入样式表main.css,以下用法中,正确的是( )。
①  LinkSrc=”main.css”type=text/cssrel=stylesheet
②  Linkhref=”main.css”type=text/cssrel=stylesheet
③  Linkhref=”main.css”type=text/css
④  Includehref=”main.css”type=text/cssrel=stylesheet
随机题目
【判断题】 游标是系统为用户的查询结果开辟的数据缓冲区,存放SELECT语句的查询结果。
①  正确
②  错误
【单选题】 日志文件的主要作用是处理数据库的( )。
①  安全性
②  完整性
③  恢复
④  并发控制
【单选题】 数据库封锁机制主要解决的问题是( )。
①  数据安全性
②  数据完整性
③  数据库恢复
④  数据库并发控制
【单选题】 在SQL Server服务器上,存储过程是一组预先定义并( )的T-SQL语句。
①  保存
②  编译
③  解释
④  编写
【判断题】 DB技术中,“脏数据”是指错误的数据。
①  正确
②  错误
【单选题】 若系统在运行过程中,由于某种硬件故障,使存储在外存上的数据部分损失或全部损失,这种情况称为( )。
①  事务故障
②  系统故障
③  介质故障
④  运行故障
【单选题】 若事务T对数据R已加了X锁,则其他事务对数据R( )。
①  可以加S锁不能加X锁
②  不能加S锁可以加X锁
③  可以加S锁也可以加X锁
④  不能加任何锁
【单选题】 并发控制要解决的根本问题是保持数据库状态的( )。
①  安全性
②  完整性
③  可靠性
④  一致性
【单选题】 封锁可以避免数据的不一致性,但有可能引起( )。
①  系统崩溃
②  使磁盘上数据有错
③  系统自动关机
④  若干事务彼此等待对方释放封锁
【单选题】 事务中的所有操作要么都做,要么都不做,这是事务的( )。
①  原子性
②  一致性
③  隔离性
④  持续性