单项选择题
以下代码哪项可以实现鼠标悬停时,超级链接无下化线显示()。
A.A:hover{text-decoration:none;}
B.A:hover{text-decoration:underline;}
C.A:hover{text-align:none;}
D.A:hover{text-align:underline;}
相关考题
-
多项选择题
下列能够正确在一个htm页面中导入在同一目录下的“StyleSheet1.css”样式表的是()。
A、<style>@importStyleSheet1.css;</style>
B、<link rel=”stylesheet”type=”text/css”href=”StyleSheet1.css”>
C、<link rel=”StyleSheet1.css”type=”text/css”>
D、<link rel=”stylesheet”type=”text/javascript”href=”../htm/StyleSheet1.css”> -
单项选择题
在HTML中,()可以在网页上通过链接直接打开客户端的发送邮件的工具发送电子邮件。
A、<A HREF="telnet:zhangming@aptech.com">发送反馈信息</A>
B、<A HREF="mail:zhangming@aptech.com">发送反馈信息</A>
C、<A HREF="ftp:zhangming@aptech.com">发送反馈信息</A>
D、<A HREF="mailto:zhangming@aptech.com">发送反馈信息</A> -
单项选择题
HTML语言中,设置表格中文字与边框距离的标签是()。
A.<table boder=””>
B.<table cellspacing=””>
C.<table cellpadding=””>
D.<table width=””>
