'font-variant' Example
<html> <body> <div font-size:16pt" onmouseover="this.style.fontVariant='small-caps'" onmouseout="this.style.fontVariant='normal'"> Move the mouse to change the font-variant value. </div> </body> <html>