<div>
<b> some test
</div>
another text
This would print the "another text" bold.
Is it some how possible to limit the effect of <b>
only within the <div>
element?
I've searched the web for some javascript solutions but couldn't find anything.
Please don't ask why I need this. Just lets assume it's out of curiosity.
Thanks