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

잔글 (로봇: 자동으로 텍스트 교체 (-http://jmnote.com/html5/ +http://zetawiki.com/ex/html5/))
9번째 줄: 9번째 줄:
</form>
</form>
</source>
</source>
*http://jmnote.com/html5/input_autofocus.php
*http://zetawiki.com/ex/html5/input_autofocus.php


==같이 보기==
==같이 보기==

2015년 7월 18일 (토) 22:28 판

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