使用 CSS 樣式活動連結
若要對活動連結設定樣式,請使用 CSS :active 選擇器。你可以嘗試執行以下程式碼來對活動連結設定樣式
示例
<!DOCTYPE html>
<html>
<head>
<style>
a:active {
background-color: green;
}
</style>
</head>
<body>
<a href = "https://qries.com">Welcome to Qries</a>
<p>Click on the above link to see the effect.</p>
</body>
</html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP