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


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

 

'font-style' Example



    
<html>
<body>
<div onmouseover="this.style.fontStyle='italic'" 
     onmouseout="this.style.fontStyle='normal'">
     Move the mouse pointer to change the font style 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 style