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

잔글 (222.107.180.114(토론)의 편집을 Jmnote bot의 마지막 판으로 되돌림)
 
(사용자 3명의 중간 판 3개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
;HTML <input> autofocus 속성
;HTML <input> autofocus 속성
;HTML input 자동포커스
;HTML input 자동포커스


==예제==
<source lang='html'>
<source lang='html5'>
<form action="login_form.php">
<form action="login_form.php">
Username: <input type="text" name="username" autofocus><br>
Username: <input type="text" name="username" autofocus><br>
15번째 줄: 15번째 줄:
*[[HTML input]]
*[[HTML input]]


==참고 자료==
==참고==
*http://www.w3schools.com/tags/att_input_autofocus.asp
*http://www.w3schools.com/tags/att_input_autofocus.asp


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

2017년 11월 8일 (수) 08:57 기준 최신판

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