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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
3번째 줄: 3번째 줄:
;HTML input 플레이스홀더
;HTML input 플레이스홀더


<source lang='html' run>
<syntaxhighlight lang='html' run>
Name: <input type="text" name="name" placeholder="Enter your username"><br>
Name: <input type="text" name="name" placeholder="Enter your username"><br>
Phone: <input type="tel" name="phone" placeholder="123-45-678">
Phone: <input type="tel" name="phone" placeholder="123-45-678">
</source>
</syntaxhighlight>


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

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