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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 12개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
;HTML <input> placeholder 속성
;HTML <input> placeholder 속성
;HTML input 플레이스홀더
;HTML input 플레이스홀더


==예제 소스==
<syntaxhighlight lang='html' run>
<source lang='html5'>
Name: <input type="text" name="name" placeholder="Enter your username"><br>
Username: <input type="text" name="username" placeholder="Enter your username"><br>
Phone: <input type="tel" name="phone" placeholder="123-45-678">
Password: <input type="password" name="password" placeholder="Enter your password"><br>
</syntaxhighlight>
</source>
*http://jmnote.com/html5/html_input_placeholder.php


==같이 보기==
==같이 보기==
*[[HTML input 태그]]
* [[플레이스홀더]]
* [[HTML input 태그]]
* [[HTML input pattern 속성]]


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


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

2021년 8월 5일 (목) 14:45 기준 최신판

1 개요[ | ]

HTML <input> placeholder 속성
HTML input 플레이스홀더
Name: <input type="text" name="name" placeholder="Enter your username"><br>
Phone: <input type="tel" name="phone" placeholder="123-45-678">

2 같이 보기[ | ]

3 참고[ | ]

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