"HTML input 자동포커스"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-http://jmnote.com/html5/ +http://zetawiki.com/ex/html5/))
18번째 줄: 18번째 줄:
*http://www.w3schools.com/tags/att_input_autofocus.asp
*http://www.w3schools.com/tags/att_input_autofocus.asp


[[분류: HTML]]
[[분류: HTML input]]

2015년 12월 6일 (일) 11:39 판

HTML <input> autofocus 속성
HTML input 자동포커스

1 예제

<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 }}