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

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


==예제 소스==
<syntaxhighlight lang='html' run>
<source lang='html' run>
Name: <input type="text" name="name" placeholder="Enter your username"><br>
Username: <input type="text" name="aaa" placeholder="Enter your username"><br>
Phone: <input type="tel" name="phone" placeholder="123-45-678">
Password: <input type="password" name="bbb" placeholder="Enter your password"><br>
</syntaxhighlight>
</source>


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


==참고==
==참고==

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