using contenteditable in html we can write any text in the box or element which is editable.
This property of contenteditable is used to write contents in the html 5 element.
There are 2 values of this property:
“True” (element is editable).
“False” (element is not editable).
#css #HTML
#css #html