'font-weight' Example : font weight « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'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>

    
      
      








Related examples in the same category

1.'font-weight' Syntax and Note
2.'font-weight' is applied to