Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 오라클
- 이클립스
- 톰캣
- Oracle
- JSTL
- maven
- 날짜
- RADIO
- HTML5
- @RequestBody
- SSL
- 전자정부 표준프레임워크
- jquery
- MYSQL
- 웹 플랫폼 설치 관리자
- exception
- 문자열
- null
- spring form tag
- 한글
- checbox
- java
- 네이버스마트 에디터
- 스크립트
- html
- DB
- php
- switch
- json
- 호환성
Archives
- Today
- Total
개인적인 정리
label 사용 방법 ... 간단하게 본문
label 사용방법
<input type="checkbox" id="aggrement">
<label for="aggrement">동의 동의 동의 </label>
<input type="checkbox" id="tel3" title="핸드폰 번호 뒷자리" >
UI상 인풋박스에 해당하는 label이 들어갈 공간이 협소하여 title로만 제공하는 경우도 있음.
1. 주민번호 뒷자리
2. 핸드폰 번호, 전화번호등
label에 대한 고민글 혹은 더 많은 설명의 글
http://naradesign.net/wp/2016/09/07/2197/
'HTML & CSS' 카테고리의 다른 글
브라우저내에서 화면캡쳐 html2canvas (0) | 2017.02.13 |
---|---|
Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. (0) | 2017.02.13 |
툴팁 css (0) | 2016.12.19 |
[css]이미지 리사이징, 화면(영역)보다 이미지가 클 때 (0) | 2016.12.11 |
미디어 쿼리 기본 분기 (0) | 2016.12.05 |
레이어 팝업 (0) | 2016.11.23 |
input type="submit" (0) | 2016.11.11 |
HTML Escape Characters: Complete List (0) | 2016.11.11 |
Comments