I have a paragraph, <p> hello world</p>
and I'm interested in enclosing the word "world" within <em></em>
tags.
I am searching for an easy way to highlight the word and insert the <em>
tags without having to remove and retype the desired word.
Is there a method to accomplish this task efficiently?