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.