HTML

[attribute] HTML - required 속성 ★ - 폼데이터 제출 전 (입력필수/선택필수) 지정 (= required속성 = 리콰이어드속성)

목차
  1. required 예제 - <input> 경우
  2. required 정의
  3. required 구문
  4. required 예제 - <select> 경우
  5. required 예제 - <textarea> 경우

 

required 예제 - <input> 경우

 

<form action="/action_page.php">

  <label for="name">이름:</label>

  <input type="text" id="name" name="name" required>

  <input type="submit">

</form>

 

결과보기

 

required 정의

 

폼데이터 서버에 제출 전 (입력필수/선택필수) 지정하는 참거짓 속성.

 


 

1. required 속성 사용 가능 태그 종류

<input>, <select>, <textarea>

  • <input> 태그 중 required 속성 사용 가능 type 종류: text, search, url, tel, email, password, date pickers (즉, date, datetimel-local, month, time, week) , number, checkbox, radio, file

 

2. 

IE10 이상 주요 최신 브라우저 모두 지원.

 

 

required 구문

 

  • <input type="supportType" required>
  • <select required>...</select>
  • <textarea required>...</textarea>

 


[속성값]

 

없음.

 

 

required 예제 - <select> 경우

 

<form action="/action_page.php">

  <label for="langs">언어선택:</label>

  <select name="langs" id="langs" required>

    <option value="">언어종류</option>

    <option value="html">HTML</option>

    <option value="css">CSS</option>

    <option value="javascript">JavaScript</option>

    <option value="jquery">jQuery</option>

  </select>

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

</form>

 

결과보기

 

required 예제 - <textarea> 경우

 

<form action="/action_page.php">

    <textarea rows="4" cols="30" name="self" required></textarea>

    <input type="submit">

</form>

 

결과보기

 


분류 제목
attribute HTML - shape 속성 - 이미지맵 링크영역 모양 지정 (= shape속성 = 쉐이프속성) ※ 에어리어…
attribute HTML - size 속성 ★ - (INPUT 입력창크기 / SELECT 기본노출옵션개수) 지정 (= siz…
attribute HTML - sizes 속성 - 해상도별 이미지나 아이콘, 미디어(오디오/비디오) 등의 크기 지정 (= si…
attribute HTML - span 속성 ★ - 테이블 (열/열그룹) 병합 개수 지정 (= span속성 = 스팬속성) ※ …
attribute HTML - spellcheck 속성 - 맞춤법 검사 (= 철자 검사 = spellcheck속성 = 스펠체크…
attribute HTML - src 속성 ★ - 외부 리소스 URL주소 지정 (= src속성 = 에스알시속성/에스알씨속성/소…
attribute HTML - srcdoc 속성 - 아이프레임(iframe) src 속성 내용 대체할 태그내용 지정 (= sr…
attribute HTML - srclang 속성 - 트랙태그 소스의 언어코드 지정 (= srclang속성 = 에스알시랭속성/…
attribute HTML - srcset 속성 - 다른 환경에서 적용할 이미지소스 지정 (= srcset속성 = 에스알시셋속…
attribute HTML - start 속성 - 순서있는 리스트 시작값 설정 (= start속성 = 스타트속성) ※ 오엘태그…
attribute HTML - step 속성 - 입력 가능 숫자 간격 설정 (= step속성 = 스텝속성) ※ 입력 가능 배수…
attribute HTML - style 속성 ★ - 인라인 스타일 지정 (= style속성 = 스타일속성)
attribute HTML - tabindex 속성 - 탭색인번호 지정 (= tabindex속성 = 탭인덱스속성) ※ 탭넵비게…
attribute HTML - target 속성 ★ - (링크된 문서 열 곳 / 폼 제출할 곳) 지정 (= target속성 =…
attribute HTML - title 속성 ★ - 요소애 대한 추가 정보 지정 (= title속성 = 타이틀속성)
11/12
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인