E:focus

フォーカスされた状態の E 要素に対してスタイルが適用されます。

example

a:focus { background-color: #00ff00; }
input:focus { background-color: red; }

source

<h1>:focus</h1>
<p><a href="***.html"> ページ1 </a></p>
<p><a href="***.html"> ページ2 </a></p>
<p><a href="***.html"> ページ3 </a></p>
<p><input type="text" name=""></p>

display (inline frame)

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

上に戻る