HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

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"
ValueDescription
emptyeditable
falsenot editable
trueeditable

Examples

1 · empty

2 · false

3 · true

4 · inherit · false

5 · inherit · true