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






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

    
      
      








Related examples in the same category

1.'font-style' Syntax and Note
2.'font-style' Possible Values
3.'font-style' is applied to