E:active

アクティブになっている状態の E 要素に対してスタイルが適用されます。

example

h1:active { background-color: #009900; }
a:active { background-color: #ff4500; }

source

<h1> :active </h1>
<p><a href="***.html"> マウスクリック中 </a></p>

display (inline frame)

E の斜体は仮の名前です。

上に戻る