HTML

[form] HTML - <input type="month"> 태그 - 연월(년월) 입력 (= 인풋먼스타입/먼스타입인풋/먼스인풋 요소)

목차
  1. <input type="month"> 예제 - 년월 입력
  2. <input type="month"> 정의
  3. <input type="month"> 구문

 

<input type="month"> 예제 - 년월 입력

 

<form action="/action_page.php">

  <label for="hzmonth">년월 선택:</label>

  <input type="month" id="hzmonth" name="hzmonth">

  <input type="submit">

</form>

 

결과보기 (전송키값쌍: hzmonth=2023-09)

 

<input type="month"> 정의

 

년월 선택 입력 가능한 INPUT 요소.

 


 

1.

  • YYYY-MM 형식으로 입력됨. (예) 2023-09
  • <label> 태그 사용 시, 웹접근성 향상됨.

 

2. cf.

  • <input type="date"> 태그 - (예) 2023-09-23
  • <input type="datetime-local"> 태그 - (예) 2023-09-23T22:25
  • <input type="month"> 태그 - 2023-09
  • <input type="time"> 태그 - (예) 22:25
  • <input type="week"> 태그 - (예) 2023-W38

 

3.

  • Chrome, Edge, Opera 최신 브라우저는 지원.
  • Firefox, Safari 브라우저는 지원 X

 

4. MDN <input type="month"> 예제보기

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

 

 

<input type="month"> 구문

 

<input type="month">

 

 


분류 제목
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버전 로그인