您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> Html5 >> 正文

html语言设置伪类的方法介绍

作者:佚名    责任编辑:admin    更新时间:2022-06-22

大家知道html语言设置吗?下面我们就给大家详细介绍一下吧!

伪类:

A.a1:link {color: #4A5C6C;text-decoration: none;}

A.a1:visited {color: #4A5C6C;text-decoration: none;}

A.a1:active {color: #222222;text-decoration: none;}

A.a1:hover {color: #000000;text-decoration: none;}

A.a2:link {color: #000000;text-decoration: none;}

A.a2:visited {color: #000000;text-decoration: none;}

A.a2:active {color: #000000;text-decoration: none;}

A.a2:hover {color: #336699;text-decoration: none;}

相信大家已经学会html语言设置了吧!感谢大家对我们网站的支持!

相关推荐:

html语言结构介绍