单项选择题
以下哪条语句表示当鼠标滑过超链接时,超链接文字字体红色,没有下划线?()
A.a:link {color:red;text-decoration:underline;}
B.a:hover {color:red;text-decoration:none;}
C.a:link {color:red;text-decoration:none;};}
D.a:hover {color:red;text-decoration:underline;}
点击查看答案&解析
相关考题
-
单项选择题
无序列表属于()。
A.块级元素
B.行内元素 -
单项选择题
我们要创建一个指向index.html页面的图像链接,单击home.gif图实现跳转,以下哪一行代码可完成此功能?()
A.<a href="index.html"src="home.gif"alt="home"></a>
B.<a href="index.html"><img src="home.gif"alt="home"></a>
C.<img src="home.gif"href="index.html"alt="home">
D.<a href="index.html"><img href="home.gif"alt="home"></a> -
单项选择题
用于设置HTML元素(通常为文本)与其边框之间的空白间距的属性是()。
A.vspace属性
B.padding属性
C.margin属性
D.以上都不对
