【单选题】
利用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
【单选题】
样式表定义 .outer {background-color:yellow} 表示?
①
网页中某一个 id 为 outer 的元素的背景色是红色的
②
网页中含有 class= ”outer ” 元素的背景色是红色的
③
网页中元素名为 outer 元素的背景色是红色的