element is editable: var x = document.getElementById("myP").isContentEditable; The output of _x_ is: true [Try it Β»](#) * * * ## Definition and Usage The isContentEditable property returns whether the content of an element is editable. This property is read-only. **Tip:** To modify the editable state of an element, use the (#) property. * * * ## Browser Support The numbers in the table specify the first browser version that fully supports the property. | Property | | | | | | | --- | --- | --- | --- | --- | --- | | isContentEditable | 11.0 | 5.5 | 3.0 | 3.2 | 10.6 | * * * ## Syntax _HTMLElementObject_.isContentEditable ## Technical Details | Return Value: | A Boolean. Returns true if the element's content is editable, otherwise returns false. | | --- | * * * ## Related Pages HTML reference: (#) * * Element Object](#)
Prop Html Iscontenteditable
# HTML DOM isContentEditable Property
[ Element Object](#)
## Example
Check if the
YouTip