Hi all i have paragraph like
<div class="test">
<div>
<p>
<strong class="bold">
Here's how you can wrap <b>these</b> three <p>words</p> in a string. Huzzah!!
</strong>
</p>
</div>
</div>
Here if i want to add tag in all word than expected output should be look like this
<div class="test">
<div>
<p>
<strong class="bold">
<artoon>Here's</artoon> <artoon>how</artoon> <artoon>you</artoon> <artoon>can</artoon> <artoon>wrap</artoon> <b><artoon>these</artoon></b> <artoon>three</artoon> <p><artoon>words</artoon></p> <artoon>in</artoon> <artoon>a</artoon> <artoon>string.</artoon> <artoon>Huzzah!!</artoon>
</strong>
</p>
I am trobling this thing since a day so if you have a solution please add comment in this post i want to solve it thank you
So i hope you understand and if not please add comment and ask me.
Thank you