I want to create my small html editor with using html5
<section contenteditable="true">
Edit here
</section>
so, when i use it’s make specified region editable but how i change also its source code
with their front code, is this possible with any simple way or javascript.
Read this article. The archive behind the link “grab the archive” contains the code for a simple HTML 5 editor. Ignore Qt, you can open the HTML in a web browser and it should work.