'font-variant' Example : font variant « CSS « HTML / CSS






'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: normal
2.font-variant: small-caps