autofocus - オートフォーカス
属性
<tagName autofocus>
- オートフォーカス
サポート
https://caniuse.com/autofocus説明
ページが開いた際にこの属性が指定された要素に自動的にフォーカスが移ります。input や a 要素の他、contenteditable 属性が指定された要素に対して有効です。
使用例
HTML
<input type="text" autofocus name="login_id">
リンク
- https://html.spec.whatwg.org/multipage/interaction.html#attr-fe-autofocus
- https://developer.mozilla.org/ja/docs/Web/HTML/Element/input#htmlattrdefautofocus
- https://caniuse.com/autofocus
Copyright (C) 2021 杜甫々
初版:2021年8月15日 最終更新:2021年8月15日
https://www.tohoho-web.com/html/attr/autofocus.htm