【单选题】
如何为所有的 h1 元素添加背景颜色?( )
①
h1.all {background-color:#FFFFFF}
②
h1 {background-color:#FFFFFF}
③
all.h1 {background-color:#FFFFFF}
【单选题】
样式表定义 .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元素的背景色是红色的
【单选题】
利用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?style=font-style:italic; color:limegreen; font-size:30pt?hello! Nice?to?meet?you!?/h1??this?is?the?default?display?of?an?h1?element?/h1以下描述不正确的是( )
③
“hello!Nicetomeetyou!”的字体颜色是浅绿色
④
“this is the default display of an h1 element”的字体大小为30pt
【单选题】
根据以下的HTML代码片段:?
h1?style=font-style:italic;color:limegreen;?font-size:30pt;?hello!Nice?to?meet?you!??/h1h1?this?is?the?default?display?of?an?h1?element?/h1
以下描述不正确的是( )
③
“hello!Nicetomeetyou!”的字体颜色是浅绿色
④
“thisisthedefaultdisplayofanh1element”的字体大小为30pt
【单选题】
关于下面代码的运行效果,说法正确的是( )
div{color:#0F0;background-color:#f00}
【单选题】
关于下面代码的运行效果,说法正确的是( )div{ color:#0F0; background-color:#f00;}
【单选题】
根据以下的HTML代码:?
h1{color:limegreen;font-family:arial}?可以知道(?)
④
limegreen和font-family都是值
【单选题】
根据以下的HTML代码,可以知道( ?)h1{ color:limegreen; font-family:arial;}
④
limegreen和font-family都是值