Quantcast
Viewing latest article 3
Browse Latest Browse All 10

easy way to make editable div in html

div’s can contains elements and content. sometimes it may need to edit div content, then it should able to editable. Actually It is very  simple code. <div contenteditable="true" style="border:1px solid #000000; width:300px; height:200px;">Edit this text <b>Editable div</b></div>

Viewing latest article 3
Browse Latest Browse All 10

Trending Articles