1. 在
標簽中引入CSS樣式表a {
color: red;
}
2. 直接在CSS文件中設置
我們也可以將CSS樣式表單獨放在一個文件中,然后在HTML中引入該文件。具體方法如下:
k rel="stylesheet" href="style.css">```css
color: red;
```cssk {
color: red;
a:visited {
color: blue;
a:hover {;
a:active {
color: yellow;
1. 在
標簽中引入CSS樣式表a {
color: red;
}
2. 直接在CSS文件中設置
我們也可以將CSS樣式表單獨放在一個文件中,然后在HTML中引入該文件。具體方法如下:
k rel="stylesheet" href="style.css">```css
color: red;
```cssk {
color: red;
a:visited {
color: blue;
a:hover {;
a:active {
color: yellow;