입력 제한(Input Restrictions) 1
입력 제한(Input Restrictions)
몇 가지 일반적인 입력 제한 목록이 있습니다 (일부는 HTML5에서 새로 추가되었습니다).
| Attribute | Description |
|---|---|
| disabled | Specifies that an input field should be disabled |
| max | Specifies the maximum value for an input field |
| maxlength | Specifies the maximum number of character for an input field |
| min | Specifies the minimum value for an input field |
| pattern | Specifies a regular expression to check the input value against |
| readonly | Specifies that an input field is read only (cannot be changed) |
| required | Specifies that an input field is required (must be filled out) |
| size | Specifies the width (in characters) of an input field |
| step | Specifies the legal number intervals for an input field |
| value | Specifies the default value for an input field |
다음 장에서는 입력 제한에 대해 자세히 설명합니다. 다음 예제에서는 0에서 100 사이의 값을 10 단위로 입력 할 수있는 숫자 입력 필드를 표시합니다. 기본값은 30입니다. OperaSafariChromeFirefoxInternet Explorer 예 <form> 수량: <input type = "number"name = "points"min = "0"max = "100"step = "10"value = "30"> </ form>
게시판 목록
퍼블리셔팁
퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 827 | HTML | 8년 전 | 1581 | ||
| 826 | HTML | 8년 전 | 2315 | ||
| 825 | HTML | 8년 전 | 2107 | ||
| 824 | HTML | 8년 전 | 1925 | ||
| 823 | HTML | 8년 전 | 2424 | ||
| 822 | HTML | 8년 전 | 1960 | ||
| 821 | HTML | 8년 전 | 2580 | ||
| 820 | HTML | 8년 전 | 2586 | ||
| 819 | HTML | 8년 전 | 2508 | ||
| 818 | HTML | 8년 전 | 1716 | ||
| 817 | HTML | 8년 전 | 1708 | ||
| 816 | HTML | 8년 전 | 1451 | ||
| 815 | HTML | 8년 전 | 1470 | ||
| 814 | HTML | 8년 전 | 2070 | ||
| 813 | HTML | 8년 전 | 1676 | ||
| 812 | HTML | 8년 전 | 1750 | ||
| 811 | HTML | 8년 전 | 1757 | ||
| 810 | HTML | 8년 전 | 2395 | ||
| 809 | HTML | 8년 전 | 1787 | ||
| 808 | HTML | 8년 전 | 2196 | ||
| 807 | HTML | 8년 전 | 1970 | ||
| 806 | HTML | 8년 전 | 2002 | ||
| 805 | HTML | 8년 전 | 1955 | ||
| 804 | CSS | 8년 전 | 2340 | ||
| 803 | CSS | 8년 전 | 2246 | ||
| 802 | CSS | 8년 전 | 2337 | ||
| 801 | HTML | 8년 전 | 1954 | ||
| 800 | HTML | 8년 전 | 1807 | ||
| 799 | 기타 | 8년 전 | 2369 | ||
| 798 | HTML | 8년 전 | 1997 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기