References

Collection of references for web development.

HTML contenteditable attribute

Description

Specifies whether the element is editable or not.

Values

Value
boolean

Example

<div contenteditable>Hello World</div>