CSS :active 選擇器的作用
使用 CSS :active 選擇器為活動連結設定樣式。你可以嘗試執行以下程式碼來實現 :active 選擇器 −
示例
<!DOCTYPE html>
<html>
<head>
<style>
a:active {
background-color: orange;
}
</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>
廣告
資料結構
網路
關係資料庫管理系統
作業系統
Java
iOS
HTML
CSS
安卓
Python
C 程式設計
C++
C#
MongoDB
MySQL
JavaScript
PHP