a标签代码
a链接的伪类效果
css代码

a:link{
color: pink; /未访问的链接/
}
a:hover{
color: green; /鼠标滑过链接/
}
a:active{
color: blue; /鼠标点击访问的效果/
}
a:visited{
color: red; /访问过的链接/
}

css其他伪类
a链接的伪类效果 (自学基础资料)

相关文章:

  • 2021-12-17
  • 2021-05-17
  • 2022-01-20
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-02
  • 2022-12-23
  • 2022-01-07
  • 2021-08-21
  • 2021-06-11
相关资源
相似解决方案