An editable paragraph:
![]()
The contenteditable attribute is supported in all major browsers.
The contenteditable attribute specifies whether the content of an element is editable or not.
The contenteditable attribute is new in HTML5.
| Value | Description |
|---|---|
| true | Specifies that the element is editable |
| false | Specifies that the element is not editable |
| inherit | Specifies that the element is editable if its parent is |
HTML Global Attributes
Your message has been sent to W3Schools.