超链接样式设定

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了超链接样式设定相关的知识,希望对你有一定的参考价值。

a:link {text-decoration:none; color: blue;} /* 未被访问的链接 蓝色 */
a:visited {text-decoration:none; color: blue}  /* 已被访问过的链接   蓝色 */
a:hover {text-decoration:none; color: blue}    /* 鼠标悬浮在上的链接 蓝色 */
a:active {text-decoration:none; color: blue}   /* 鼠标点中激活链接   蓝色 */

以上是关于超链接样式设定的主要内容,如果未能解决你的问题,请参考以下文章

html超链接样式

html超链接样式

html超链接样式

超链接伪类

超链接如何加下划线 css

如何用JS点击超链接弹出对话框