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 |
Tags
- 주식 청약 일정
- html
- 주식
- IPO
- 자바스크립트
- codeigniter
- Stock ipo
- MYSQL
- 자바
- 공모주 청약
- php
- 제이쿼리
- 오라클
- 7월 공모주 청약 일정
- 맥
- JavaScript
- 공모주
- Oracle
- Stock
- SQL
- 6월 공모주 청약 일정
- 공모주 청약 일정
- jquery
- java
- css
- 코드이그나이터
- 주식 청약
- Eclipse
- 리눅스
- linux
Archives
- Today
- Total
개발자의 끄적끄적
[html/css] html disabled example / html 태그 비활성화 방법 본문
728x90
반응형
[html/css] html disabled example / html 태그 비활성화 방법
html 에서
특정 태그를 사용불가
즉, 폼컨트롤이 불가능 하도록
설정해야 하는 경우
아래와 같이
disabled attribute 를 이용합니다.
disabled="disabled"
예를들어
text 타입의 input 이 있다고 가정하고
해당 input 을 비활성화 하고 싶을때는
아래와 같이 disabled 를 추가하시면 됩니다!
<input type="text" disabled="disabled"/>
참고들 하세요!
반응형
'개발 > html & css' 카테고리의 다른 글
| [html/css] html input size example / html input 입력 사이즈 설정 방법 (0) | 2021.07.06 |
|---|---|
| [html/css] html input readonly example / html input 읽기전용 설정 방법 (0) | 2021.07.05 |
| [html/css] 이미지 드래그 잔상방지 방법 / 드래그 고스트 이미지 방지 방법 (0) | 2021.05.30 |
| [html/css] html input box 테두리 없애는 방법 (0) | 2021.05.19 |
| [html/css] html meta redirect example / html 페이지 리다이렉트 방법 (0) | 2021.05.18 |
Comments
