没有搜到到结果?点击这里求解答/求资源。
【单选题】
样式表定义 .outer {background-color:yellow} 表示?

网页中某一个 id 为 outer 的元素的背景色是红色的
网页中含有 class= ”outer ” 元素的背景色是红色的
网页中元素名为 outer 元素的背景色是红色的
以上任意一个都可以
【单选题】
样式表定义:.outer{background-color:yellow}表示( )

网页中某一个id为outer的元素的背景色是红色的
网页中含有class=”outer”元素的背景色是红色的
网页中元素名为outer元素的背景色是红色的
以上任意一个都可以
【单选题】
样式表定义:.outer{background-color:yellow}表示( )

网页中某一个id为outer的元素的背景色是红色的
网页中含有class=outer元素的背景色是红色的
网页中元素名为outer元素的背景色是红色的
以上任意一个都可以
【单选题】
样式表定义:#title{color:red}表示( )

网页中的标题是红色的
网页中某一个id为title的元素中的内容是红色的
网页中元素名为title的内容是红色的
以上任意一个都可以
【单选题】
样式表定义#title?{color:red}表示(???)。

网页中的标题是红色的
网页中某一个id为title的元素中的内容是红色的
网页中元素名为title的内容是红色的
以上任意一个都可以
【单选题】
如果要在不同的网页中应用相同的样式表定义,应该( )

直接在 HTML的元素中定义样式表
在 HTML的标记中定义样式表
通过一个外部样式表文件定义样式表
以上都可以
【单选题】
哪个 HTML 标签用于定义内部样式表( )

style
script
css
type
【单选题】
哪个 HTML 标签用于定义内部样式表( )

style
script
css
type
【单选题】
利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。

attributename="color"blue/attributeattributename="background-color"red/attribute
attributename="style"color:blue/attributeattributename="style"background-color:red/attribute
attributename="style"color:blue;background-color:red/attribute
elementattribute="style"color:blue;background-color:red/element
【单选题】
元素中定义样式表的属性名是?

style
class
styles
font