I am using this following code to make my header as editable text.
<h1 contentEditable="true">Hello</h1>
But it pulls the cursor in the beginning of the text, as in |Hello
. I want it to be at right. Is there any way to do that? Specially Without javascript?