Edit in JSFiddle
Result
HTML
CSS
Result
HTML
CSS
<a href=".">リンクをクリックしている最中だけ緑になるよ</a>
a { color : red; } a:active { color : green; }