HTML input 자동포커스

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]