HTML CSS Reference/CSS Attributes and Javascript Style Properties/active
"active" Example
<html>
<head>
<style>
a:active { font-weight:bold; color:red }
</style>
</head>
<body>
<p>Press tab key to bring the link into focus.</p>
<a href="http://www.wbex.ru" target="_blank">wbex.ru Home Page link</a>
</body>
</html>
"active" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<a> |
+----------------+--------------------------------------------------------------+
"active" Syntax and Note
Note:
Sets the style of the <a> when it has the focus.
Syntax: