【单选题】
如下所示的这段CSS样式代码,定义的样式效果是( )。a:link {color: #ff0000;} a:visited {color: #00ff00;}a:hover {color: #0000ff;}a:active {color: #000000;}其中#ff0000为红色,#00000为黑色,#0000ff为蓝色, #00ff00为绿色
①
A. 默认链接色是绿色,访问过链接是蓝色,鼠标上滚链接是黑色,活动链接是红色
②
B. 默认链接色是蓝色,访问过链接是黑色,鼠标上滚链接是红色,活动链接是绿色
③
C. 默认链接色是红色,访问过链接是绿色,鼠标上滚链接是蓝色,活动链接是黑色
④
D. 默认链接色是黑色,访问过链接是红色,鼠标上滚链接是绿色,活动链接是蓝色
【单选题】
利用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