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


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

 

'font-family' Example



    
<html>
<body>
<div onmouseover="this.style.fontFamily='arial'" 
     onmouseout="this.style.fontFamily='times'">
     Move the mouse pointer to change the font-family 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 family