<input type="password" class="form-control" placeholder="비밀번호" name="userPassword" maxlength="20">
input type이 직접 사용자가 입력하는 필드인건 알겠는데 여기서 class=form-control하고 placeholder는 정확히 어떤건가요?
찾아봐도 잘 안나와서 질문 드립니다.
<input type="password" class="form-control" placeholder="비밀번호" name="userPassword" maxlength="20">
input type이 직접 사용자가 입력하는 필드인건 알겠는데 여기서 class=form-control하고 placeholder는 정확히 어떤건가요?
찾아봐도 잘 안나와서 질문 드립니다.
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
감사합니다 placeholder는 뭔지 정확하게 알고 갑니다.