contenteditable
Description
The contenteditable attribute for HTML is an enumerated attribute whose keywords are the empty string, true, and false.
Child elements without the attribute inherit from the parent element.
Syntax
contenteditable="value"
Value | Description |
---|---|
empty | editable |
false | not editable |
true | editable |