html - Click the Text in a Div and Type to change It -


here html:

<div class="div1" id ="div1" onclick="onstepclicked()" style ="text-align:center">step 1</div> 

here css:

.div1 {         width: 300px;         height: 100px;         border: 1px solid blue;         box-sizing: border-box; 

i'm trying google , when click text allows edit it. don't know if there in css or in div me able this.

you can use contenteditable edit make text or div editable.

html:

<div contenteditable="true">this editable text.</div>

contenteditable


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -