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






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

    
      
      








Related examples in the same category

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