Skip to content

Commit 01861d4

Browse files
committed
添加了 html.org 文件,添加了点击 <a> 标签变色的方法
1 parent dd899db commit 01861d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

html.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* <a> 点击变色
2+
通过在 css 中添加类似如下的配置即可以:
3+
4+
a:visited {
5+
color: 颜色;
6+
}

0 commit comments

Comments
 (0)