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 - onkeyup 속성 ★ - 키보드키 올라갈 때 실행 (= onkeyup속성 = 온키업속성) ※ …
attribute HTML - onload 속성 ★ - 지정 객체가 로드된 경우 실행 (= onload속성 = 온로드속성) ※…
attribute HTML - onloadeddata 속성 - 미디어 로드되고 준비 완료 시 실행 (= onloadeddata…
attribute HTML - onloadedmetadata 속성 - 미디어 로드되고 준비 완료 시 실행 (= onloaded…
attribute HTML - onloadstart 속성 - 미디어 로드 시작 시 실행 (= onloadstart속성 = 온…
attribute HTML - onmousedown 속성 - 마우스버튼 내려갈 때 실행 (= onmousedown속성 = 온마…
attribute HTML - onmousemove 속성 ★ - 마우스커서가 지정요소 안으로 이동 시 실행 (= onmouse…
attribute HTML - onmouseout 속성 ★ - 마우스커서가 지정요소 밖으로 이동 시 실행 (= onmouseo…
attribute HTML - onmouseover 속성 ★ - 마우스커서가 지정요소 위에 있을 때 실행 (= onmouseo…
attribute HTML - onmouseup 속성 - 마우스버튼 올라갈 때 실행 (= onmouseup속성 = 온마우스업속…
attribute HTML - onmousewheel 속성 - (폐기예고) 마우스휠 움직일 때 실행 (= onmousewhe…
attribute HTML - onoffline 속성 - 브라우저가 오프라인으로 작동할 때 실행 (= onoffline속성 =…
attribute HTML - ononline 속성 - 브라우저가 온라인으로 작동할 때 실행 (= ononline속성 = 온온…
attribute HTML - onpagehide 속성 - 웹페이지가 숨겨질 때 실행 (= onpagehide속성 = 온페이지…
attribute HTML - onpageshow 속성 - 사용자가 웹페이지 탐색 시 실행 (= onpageshow속성 = 온…
17/24
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티 2
웹유틸
회원센터
홈짱닷컴 PC버전 로그인