📜  如何在html代码示例中更改锚标记的文本颜色

📅  最后修改于: 2022-03-11 14:53:24.276000             🧑  作者: Mango

代码示例1
a:
{
  color: green;
  background-color: transparent;
  text-decoration: none;
}