HTML input 자동포커스

1 개요[ | ]

HTML <input> autofocus 속성
HTML input 자동포커스
<form action="login_form.php">
Username: <input type="text" name="username" autofocus><br>
Password: <input type="password" name="password"><br>
</form>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}