当前位置:国家开放大学(Dreamweaver网页设计)题库
问题:
[单选]
如下所示的这段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 . 默认链接色是黑色,访问过链接是红色,鼠标上滚链接是绿色,活动链接是蓝色
以下几个事件中代表“页面元素失去焦点”的事件是() onAfterUpdate。 onBlur。 onBounce。 onChange。
生产提前期
You have a server that runs windows server 2008 you need to configure the server as a VPN server. What should you install on the server?() Windows deployment Services role and deployment server role service.。 Windows deployment services role and deployment transport role service.。 Network policy and access services role and routing and remote access services role service.。 Network policy and access services and host credential authorization protocol role service.。
您需要写一个接收日期参数的多播委托,您应该使用哪一个代码片段() //委托就是一个方法,题目没有返回值。 public delegate int PowerDeviceOn(bool result, DateTime autoPowerOff);。 public delegate bool PowerDeviceOn(object sender, EventArgs autoPowerOff);。 public delegate void PowerDeviceOn(DateTime autoPowerOff);。 public delegate bool PowerDeviceOn(DateTime autoPowerOff)。
冯衍《显志赋》
如下所示的这段CSS样式代码,定义的样式效果是()
a:link {color: #ff0000;}
a:visited {color: #00ff00;}
a:hover {color: #0000ff;}
a:active {color: #000000;}
其中#ff0000为红色,#00000为黑色,#0000ff为蓝色, #00ff00为绿色