HTML input placeholder 속성

Jmnote (토론 | 기여)님의 2014년 5월 11일 (일) 00:50 판
HTML input placeholder
HTML input 플레이스홀더

1 예제 소스

<form action="login_form.php">
  Username: <input type="text" name="username" placeholder="Enter your username"><br>
  Password: <input type="password" name="password" placeholder="Enter your password"><br>
  <input type="submit" value="Submit">
</form>

2 같이 보기

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