HTML

[form] HTML - <input type="password"> 태그 - 패스워드 입력 (= 비밀번호 입력 = 인풋패스워드타입/패스워드타인인풋/패스워드인풋 요소)

목차
  1. <input type="password"> 예제 - 패스워드 입력
  2. <input type="password"> 정의
  3. <input type="password"> 구문

 

<input type="password"> 예제 - 패스워드 입력

 

<form action="/action_page.php">

  <label for="email">이메일:</label>

  <input type="email" id="email" name="email"><br>

  <label for="password">패스워드:</label>

  <input type="password" id="password" name="password" minlength="8"><br>

  <input type="submit" value="확인">

</form>

 

결과보기

 

<input type="password"> 정의

 

패스워드 입력 가능한 INPUT 요소.

 


 

1.

  • 입력한 비밀번호는 숨겨짐. (예: ****)
  • 입력한 비밀번호가 보이게 하려면, JS 이용해 text 속성으로 변경.
  • 패스워드 같은 중요한 개인정보는 반드시 https 프로토콜로 전송.
  • <label> 태그 이용 시 웹접근성 향상됨.

 

2.

모든 브라우저 지원.

 

3. MDN <input type="password"> 예제보기

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/password

 

 

<input type="password"> 구문

 

<input type="password">

 



분류 제목
attribute HTML - onpaste 속성 - 사용자가 요소에 내용 붙여넣기 시 실행 (= onpaste속성 = 온패스…
attribute HTML - onpause 속성 - (오디오/비디오) 일시정지 시 실행 (= onpause속성 = 온포스속성…
attribute HTML - onplay 속성 - (오디오/비디오) 재생 시 실행 (= onplay속성 = 온플레이속성) ※…
attribute HTML - onplaying 속성 - (오디오/비디오) 재생 중 실행 (= onplaying속성 = 온플레…
attribute HTML - onpopstate 속성 - 브라우저 히스토리 변경 시 실행 (= onpopstate속성 = 온…
attribute HTML - onprogress 속성 - (오디오/비디오) 다운로드 시 실행 (= onprogress속성 =…
attribute HTML - onratechange 속성 - (오디오/비디오) 재생속도 변경 시 실행 (= onratecha…
attribute HTML - onreset 속성 - 폼 초기화 시 실행 (= onreset속성 = 온리셋속성) ※ onres…
attribute HTML - onresize 속성 ★ - 브라우저창크기 변경 시 실행 (= onresize속성 = 온리사이즈…
attribute HTML - onscroll 속성 ★ - 마우스 스크롤 이벤트 시 실행 (= onscroll속성 = 온스크롤…
attribute HTML - onsearch 속성 - search타입 input창에서 Enter키 누르거나 × 클릭 시 실행…
attribute HTML - onseeked 속성 - (오디오/비디오) 재생위치 변경 종료 시, 실행할 코드 지정. (= o…
attribute HTML - onseeking 속성 - (오디오/비디오) 재생위치 변경 시작 시, 실행할 코드 지정. (= …
attribute HTML - onselect 속성 - 요소 내용 선택 시 실행 (= onselect속성 = 온실렉트속성) ※…
attribute HTML - onstalled 속성 - (오디오/비디오) 이용불가 (=사용불가) 시 실행 (= onstall…
18/24
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인