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

1번째 줄: 1번째 줄:
==개요==
;HTML <input> placeholder 속성
;HTML <input> placeholder 속성
;HTML input 플레이스홀더
;HTML input 플레이스홀더


==예제 소스==
<source lang='html' run>
<source 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>

2021년 8월 5일 (목) 14:44 판

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