Making content editable – HTML
In HTML page we can edit any document. The javascript helps to overcome this problem. The contenteditable attribute helps whether the content of an element is editable or not. In contenteditable attribute there are three values are available. They are TRUE, FALSE, INHERIT. contenteditable=”” or contenteditable=”true” Indicates that the element is editable. contenteditable=”false” Indicates that… Read More »