'font-style' Example
<html> <body> <div onmouseover="this.style.fontStyle='italic'" onmouseout="this.style.fontStyle='normal'"> Move the mouse pointer to change the font style value. </div> </body> </html>