网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

下列代码段是某页面的样式设置:< STYLE TYPE=”text/css”>.blue{color:blue}.red{color:red}< /STYLE>现要求将页面中的第一个H1标题设置为红色,第一个段落设置为蓝色.下列代码正确的是()

  • A、<H1 id=red>第一个标题</H1><P id=blue>第一个段落</p> 
  • B、<H1 color:red>第一个标题</H1><P color:blue>第一个段落</p> 
  • C、<H1 class=red>第一个标题</H1><P class=blue>第一个段落</p> 
  • D、<H2 class=red>第一个标题</H2><H1>第一个标题<H1><P id=blue>第一个段落</p>

参考答案

更多 “下列代码段是某页面的样式设置: STYLE TYPE=”text/css”.blue{color:blue}.red{color:red} /STYLE现要求将页面中的第一个H1标题设置为红色,第一个段落设置为蓝色.下列代码正确的是()A、H1 id=red第一个标题/H1P id=blue第一个段落/p B、H1 color:red第一个标题/H1P color:blue第一个段落/p C、H1 class=red第一个标题/H1P class=blue第一个段落/p D、H2 class=red第一个标题/H2H1第一个标题H1P id=blue第一个段落/p” 相关考题
考题 下列关于行内样式说法错误的是()。 A、行内样式也可以使,用选择器来设置样式B、行内样式的使用是直接在标签中加入style属性对样式进行设计C、行内样式的语法是标签名style="属性:属性值;"D、行内样式的优先级比外部样式优先级高

考题 能够取消列表项前面的符号的代码是()。 A.list:noneB.list-style.:noneC.list-type:noneD.list-image:none

考题 如果想导入一个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" /〉

考题 在网页编程中,某站点下有一个名为index.htm的页面和一个名为a.css的样式表文件(index.htm和a.css在同一个目录下),如果要在index.htm页面中应用a.css样式表文件中的样式表,则应在index.htm页面的标签中添加以下哪段代码()A、link type="text/css" rel="stylesheet" file="a.css" B、a type="text/css" rel="stylesheet" href="a.css" C、link type="text/css" rel="stylesheet" href="a.css" D、link type="text/css" rel="stylesheet" src="a.css"

考题 链接一个外部样式表文件可以记为:()href=”../chapter5/style.css” re;=() type=()

考题 创建一个样式表,可以设置当前页面中ID为compact元素的内容的字体为斜体.下列能实现该功能的代码是()A、STYLE TYPE="text/css" compact{font-style:italic;}/STYLEB、STYLE TYPE="text/css" @compact{font-style:italic}/STYLE C、STYLE TYPE="text/css" .compact{text-style:italic;}/STYLE D、STYLE TYPE="text/css" #compact{font-style:italic;}/STYLE

考题 在HTML中,使用HTML元素的class属性,将样式应用于网页上某个段落的代码如下所示: P class=“firstp”这是一个段落 /P 下面选项中,()正确定义了上面代码引用的样式规则。A、style type="text/css"P{color:red}/style B、style type="text/css"#firstp {color:red} /style C、style type="text/css" .firstp{color:red} /style D、style type="text/css"P.firstp{color:red}/style

考题 在XSL中使用样式表CSS有两种方式:一种直接通过嵌入的HTML标记中的属性style来设置该标记以实现样式的定义,另外一种是把CSS代码放在()之间。

考题 使进度条控件以条形方式显示的样式是?()A、type=“?andriod:attr/progress Bar Style Horizontal”B、style=“?andriod:attr/progress Bar Style Horizontal”C、style=“?andriod:progress Bar Style Horizontal”D、type=“?andriod:progress Bar Style Horizontal”

考题 创建一个样式表,可以设置当前页面中ID为compact元素的内容的字体为斜体。下列能实现该功能的代码是()。A、STYLE TYPE=“text/css”compact{font-style:italic;}/STYLEB、STYLE TYPE=“text/css”@compact{font-style:italic;}/STYLEC、STYLE TYPE=“text/css”.compact{text-style:italic;}/STYLED、STYLE TYPE=“text/css”#compact{font-style:italic;}/STYLE

考题 list-style-type:square;设置项目符以方块显示。

考题 内嵌样式是一种在head标签内,嵌套〈style〉〈/style〉标签来书写CSS代码的样式表。

考题 下列哪个代码可以设置或获取当前控件与其底部相邻控件或父控件底边之间的距离()。A、aa.style.marginBottomB、aa.style.marginTopC、aa.style.marginLeftD、aa.style.marginRight

考题 组合框可通过设置Style属性的不同,得到2种样式。

考题 能够设置文本加粗的样式属性是()。A、font-weight:boldB、style:boldC、font:bD、font-style:bold

考题 以下选项中改变样式属性的代码正确的是()。A、name.style.font-size=’20px’;B、name.style.fontsize=’20px’;C、name.style.size=’20px’;D、name.style.fontSize=’20px’;

考题 下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A、<Style Type=”text/css”> P {color:red} </Style>B、<Style Type=”text/css”> #firstp {color:red} </Style>C、<Style Type=”text/css”> .firstp {color:red} </Style>D、<Style Type=”text/css”> P.firstp {color:red} </Style>

考题 以下样式属性可以用来设置列表图标类型的是()。A、list:squareB、type:2C、type:squareD、list-style-type:square

考题 给页面中ul_li设置样式,对ulli的样式设成无,可以使用样式()。A、list:noneB、list-style:noneC、list-style:circleD、list-type:notype

考题 通过style方式设置样式,样式的属性格式是()。A、大写B、驼峰写法C、小写D、横杠相连

考题 单选题以下样式属性可以用来设置列表图标类型的是()。A list:squareB type:2C type:squareD list-style-type:square

考题 单选题通过style方式设置样式,样式的属性格式是()。A 大写B 驼峰写法C 小写D 横杠相连

考题 单选题创建一个样式,可以设置当前页面中ID为compact元素的内容的字体为斜体.下列能实现该功能的代码是()。A compact{font-style:italic;}B @compact{font-style:italic;}C .compact{font-style:italic;}D #compact{font-style:italic;}

考题 单选题下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A <Style Type=”text/css”> P {color:red} </Style>B <Style Type=”text/css”> #firstp {color:red} </Style>C <Style Type=”text/css”> .firstp {color:red} </Style>D <Style Type=”text/css”> P.firstp {color:red} </Style>

考题 单选题以下哪段代码是获取控件内文本的颜色()。A var color = aa.style.colorB aa.style.color = ‘blue’C var width = aa.borderWidthD var style = aa.style.borderBottomStyle

考题 单选题下列哪个代码可以设置或获取当前控件与其底部相邻控件或父控件底边之间的距离()。A aa.style.marginBottomB aa.style.marginTopC aa.style.marginLeftD aa.style.marginRight

考题 单选题创建一个样式表,可以设置当前页面中ID为compact元素的内容的字体为斜体。下列能实现该功能的代码是()。A STYLE TYPE=“text/css”compact{font-style:italic;}/STYLEB STYLE TYPE=“text/css”@compact{font-style:italic;}/STYLEC STYLE TYPE=“text/css”.compact{text-style:italic;}/STYLED STYLE TYPE=“text/css”#compact{font-style:italic;}/STYLE