How we can create a div next to selected word from the paragraph. Let say we have a paragraph.
"Hello how are you" if I select how then div should be created after this paragraph like
"Hello how are you" => <div id="newDiv"></div>
similarly
"whats going on" => <div id="newDiv"></div>
means how should I find that where to create a div?
in some line. You cannot nest a
element according to the HTML standard. Insted of