网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
1、在CSS文件中插入注释正确的是()。
A./* this is a comment */
B.// this is a comment
C.<this is a comment>
D.<!--this is a comment-->
参考答案和解析
C
更多 “1、在CSS文件中插入注释正确的是()。A./* this is a comment */B.// this is a commentC.<this is a comment>D.<!--this is a comment-->” 相关考题
考题
如果想导入一个style.css文件到页面中,以下代码正确的是?()
A.〈link href="style.css" type="css" /〉B.〈link href="style.css" type="text/css" /〉C.〈link href="style.css" rel="text/css" /〉D.〈link href="style.css" type="text/css" rel="stylesheet" /〉
考题
下列正确地在CSS文件中插入注释的语句是( )。A.//this is a commentB.//this is a comment//C./*this is a comment*/D.this is a comment
考题
网页设计人员创建了一个外部样式表webstyle.css,下面的说法中( )是正确的。A.在body/body标签中引用wehstyle.css文件使用该样式表B.在head/head标签中引用webstyle.css文件使用该样式表C.在web页面中使用style/style标签引用webstyle.css文件使用样式表D.在相关标签内部使用style属性引用webstyle.css文件使用样式表
考题
把CSS 样式表与 HTML 网页关联,不正确的方法是( )。A.在 HTML 文档的标签内定义 CSS 样式
B.用@import 引入样式表文件
C.在 HTML 文档的标签内定义 CSS 样式
D.用标签链接网上可访问的 CSS 样式表文件
考题
下述关于CSS样式表的说法不正确的是()。A、在XML文档中引用一个CSS样式的语法为:<?xml-stylesheet type=”text/css”href=”css样式表文件路径”?>B、CSS可将XML文档结构调整后转换为HTML在浏览器上显示C、CSS最初是针对HTML而提出的样式表,现在同样可以很好地应用于描述XML文档显示D、CSS在显示一个XML文档的过程中没有任何新代码产生
考题
下面有关JSP注释说法不正确的是()A、!-- --注释,和HTML文件中的注释很相似,唯一不同的是,前者可以在这个注释中用表达式 B、!-- --注释的内容在客户端是可见的 C、%-- --%注释的内容在客户端是可见的 D、%-- --%这个注释虽然写在JSP程序中,但是不会发送给用户
考题
如何在CSS文件中插入注释()A、//this is a commentB、//this is a comment//C、/*this is a comment*/D、this is a comment
考题
不属于把CSS样式表与HTML网页关联的方法的是()。A、在HTML文档的<!--...-->标签内定义CSS样式 B、用<link>标签链接外部的CSS样式表文件C、在HTML文档的<head></head>内定义CSS1样式:<style>...</style>D、用@import引入样式表文件
考题
在HTML文件中导入一个样式表的正确语法为()。A、link href="css/css1.css" rel="stylesheet" type="text/css"B、input href="css/css1.css" rel="stylesheet" type="text/css"C、import href="css/css1.css" rel="stylesheet" type="text/css"D、link src="css/css1.css" rel="stylesheet" type="text/css"
考题
在CSS样式文件中的注释正确的是()。A、// this is a comment //B、// this is a commentC、/* this is a comment */D、/’ this is a comment
考题
下列能够正确在一个htm页面中导入在同一目录下的“StyleSheet1.css”样式表的是()。A、style@importStyleSheet1.css;/styleB、link rel=”stylesheet”type=”text/css”href=”StyleSheet1.css”C、link rel=”StyleSheet1.css”type=”text/css”D、link rel=”stylesheet”type=”text/javascript”href=”../htm/StyleSheet1.css”
考题
若要在网页中插入样式表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
考题
单选题下面有关JSP注释说法不正确的是()A
!-- --注释,和HTML文件中的注释很相似,唯一不同的是,前者可以在这个注释中用表达式 B
!-- --注释的内容在客户端是可见的 C
%-- --%注释的内容在客户端是可见的 D
%-- --%这个注释虽然写在JSP程序中,但是不会发送给用户
考题
单选题在CSS样式文件中的注释正确的是()。A
// this is a comment //B
// this is a commentC
/* this is a comment */D
/’ this is a comment
考题
单选题在HTML文件中导入一个样式表的正确语法为()。A
link href=css/css1.css rel=stylesheet type=text/cssB
input href=css/css1.css rel=stylesheet type=text/cssC
import href=css/css1.css rel=stylesheet type=text/cssD
link src=css/css1.css rel=stylesheet type=text/css
考题
多选题下列能够正确在一个htm页面中导入在同一目录下的“StyleSheet1.css”样式表的是()。Astyle@importStyleSheet1.css;/styleBlink rel=”stylesheet”type=”text/css”href=”StyleSheet1.css”Clink rel=”StyleSheet1.css”type=”text/css”Dlink rel=”stylesheet”type=”text/javascript”href=”../htm/StyleSheet1.css”
考题
单选题关于css样式注释的方法是()。A
//注释B
/*注释*/C
!--注释--D
!--这是--注释--
热门标签
最新试卷