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


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

 

'font-variant' Example



    
<html>
<body>
<div font-size:16pt"
    onmouseover="this.style.fontVariant='small-caps'"
    onmouseout="this.style.fontVariant='normal'">
    Move the mouse to change the font-variant 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 variant