i want to copy the text in the following label to the specific courser dragged point eg
<label id="text_to_be_copied" > i am a student </label>
so i have a paragraph below
<p> this is the content where i want to copy the label text by dragging the label tag </p>
as if i drag the label into the paragraph after the text "this is the content where i want"
label dragged after this point
so after dragging it will look like
<p> this is the content where i want i am a student to copy the label text by dragging the label tag </p>
thanks