Hi
I add a text using document.select ion.createRange ().
I want to add a text to the bottom of another text - similar to what we do in HTML.
<p>
xyz
</p>
<p><div style="position :relative;botto m:30px;">abc</div></p>
How can I achieve that using javascript?
I add a text using document.select ion.createRange ().
I want to add a text to the bottom of another text - similar to what we do in HTML.
<p>
xyz
</p>
<p><div style="position :relative;botto m:30px;">abc</div></p>
How can I achieve that using javascript?
Comment