Using the code below you can highlight a word or words when the mouse is over the selected text in the span tag. It\'s very easy to do.
<B>This is an <SPAN onmouseout="this.style.background=\'\';" onmouseover="this.style.background=\'yellow\';">example</SPAN< of highlighting the background color of text using a MouseOver.</B>