"HTML input placeholder 속성"의 두 판 사이의 차이

7번째 줄: 7번째 줄:
Password: <input type="password" name="password" placeholder="Enter your password"><br>
Password: <input type="password" name="password" placeholder="Enter your password"><br>
</source>
</source>
*http://jmnote.com/html5/html_input_placeholder.php
*http://jmnote.com/html5/input_placeholder.php


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

2014년 5월 11일 (일) 01:48 판

HTML <input> placeholder 속성
HTML input 플레이스홀더

1 예제 소스

Username: <input type="text" name="username" placeholder="Enter your username"><br>
Password: <input type="password" name="password" placeholder="Enter your password"><br>

2 같이 보기

3 참고 자료

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