HTML 콘텐츠 편집 가능 속성


예시

편집 가능한 단락:

<p contenteditable="true">This is an editable paragraph.</p>

정의 및 사용

속성 은 contenteditable요소의 내용이 편집 가능한지 여부를 지정합니다.

참고:contenteditable 속성이 요소에 설정되지 않은 경우 요소는 상위 요소에서 속성을 상속합니다 .


브라우저 지원

표의 숫자는 속성을 완전히 지원하는 첫 번째 브라우저 버전을 지정합니다.

Attribute
contenteditable 4.0 6.0 3.5 3.1 10.1

통사론

<element contenteditable="true|false">

속성 값

Value Description
true Specifies that the element is editable
false Specifies that the element is not editable

관련 페이지

HTML 튜토리얼: HTML 속성

HTML DOM 참조: HTML DOM contentEditable 속성