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


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » font weight »

 

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

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» font weight