单项选择题
在对列表项添加超链接时,如果要取消默认超链接的下划线,应该设置()。
A.a:link
B.a:hover
C.a:active
D.a:visited
点击查看答案&解析
相关考题
-
单项选择题
以下哪条语句表示当鼠标滑过超链接时,超链接文字字体红色,没有下划线?()
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>
