【单选题】
样式表定义:#title{color:red}表示( )
②
网页中某一个id为title的元素中的内容是红色的
【单选题】
样式表定义#title?{color:red}表示(???)。
②
网页中某一个id为title的元素中的内容是红色的
【判断题】
hr?color=red 表示页面顶部是红色。
【单选题】
利用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
【单选题】
下列哪种方式是用类选择器定义样式的( )
【单选题】
根据以下的HTML代码:?
h1{color:limegreen;font-family:arial}?可以知道(?)
④
limegreen和font-family都是值
【单选题】
根据以下的HTML代码,可以知道( ?)h1{ color:limegreen; font-family:arial;}
④
limegreen和font-family都是值
【单选题】
样式表定义 .outer {background-color:yellow} 表示?
①
网页中某一个 id 为 outer 的元素的背景色是红色的
②
网页中含有 class= ”outer ” 元素的背景色是红色的
③
网页中元素名为 outer 元素的背景色是红色的
【单选题】
样式表定义:.outer{background-color:yellow}表示( )
①
网页中某一个id为outer的元素的背景色是红色的
②
网页中含有class=”outer”元素的背景色是红色的
【单选题】
样式表定义:.outer{background-color:yellow}表示( )
①
网页中某一个id为outer的元素的背景色是红色的
②
网页中含有class=outer元素的背景色是红色的