# HTML 태그 비활성화 (disabled Attribute) 또는 읽기 전용 (readonly Attribute) # readonly ## input ```html ``` `readonly` 속성을 추가한다. # disabled ## input ```html

``` ## select ```html ``` 태그 속성안에 `disabled`를 삽입한다.