contenteditable

Specifies whether or not the content of the element is editable, or if the element inherits the value of this property from its parent.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
4.0+nonono1.0+

Values

falseContent of the element is not editable.
trueContent of the element is editable.
inheritInherit the value from the parent element.

Related