How to make an editable div in html
21 Mar 2014, 12:01 PM
Set the contentEditable
property of the element to make it editable. See the example below
<div contentEditable="true"> </div>
Set the contentEditable
property of the element to make it editable. See the example below
<div contentEditable="true"> </div>
Date Posted | 21 Mar 2014, 11:32 AM |
Author | Brainy Solutions |
Views | 1,869 |