'face' sets the typeface (font face) : font « Tags « HTML / CSS

HTML / CSS » Tags » font 
'face' sets the typeface (font face)
 
    
<HTML>
<BODY>
<p>
   <font face="Verdana, Arial, Helvetica, sans-serif" size="2">
   www.java2s.com in a "Verdana" font family.
   
   </font>
</p>
</BODY>
</HTML>  
    
      
        
  
Related examples in the same category
1.'font' Example
2.'point-size' indicates the point size (1-7) of a font
3.'color' sets the color of the text
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.