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

잔글 (Jmnote 사용자가 HTML input placeholder 문서를 HTML input placeholder 속성 문서로 옮겼습니다)
잔글 (로봇: 자동으로 텍스트 교체 (-http://jmnote.com/html5/ +http://zetawiki.com/ex/html5/))
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/input_placeholder.php
*http://zetawiki.com/ex/html5/input_placeholder.php


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

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

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