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