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

Learn  "contenteditable" Attribute in HTML 5 In Pure HTML and CSS
1.30 GEEK